Subject | Re: [Firebird-Architect] Suggestion about variable declaration |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2005-10-28T06:26:43Z |
On 27 Oct 2005 at 19:16, Alex Peshkov wrote:
style in CREATE TABLE statement?.. PSQL is based on SQL where style
'<variable> <type>' is engraved on stone.
--
SY, Dimitry Sibiryakov.
>> If we're going to be playing with trigger and procedure languages,May be you are also going to propose to change field declaration
>> doesn't it make more sense to use C/C++/Java style declarations:
>>
>> <type> <variable> [, <variable>] ;
>>
>> rather than
>>
>> declare <variable> [, <variable] <type>
>>
>> ?
>
>I also like this style much better. May be because I don't like
>Pascal?
style in CREATE TABLE statement?.. PSQL is based on SQL where style
'<variable> <type>' is engraved on stone.
--
SY, Dimitry Sibiryakov.