Re: I/O support for composite types - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: I/O support for composite types
Date
Msg-id 40C23C82.6040505@mailblocks.com
Whole thread Raw
In response to Re: I/O support for composite types  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
>>Why not just use the syntax of the insert values with parens?
>>    insert into tble values (...); 
>>is very familiar so the corresponding:
>>    insert into table values ( 'xxx', ('yyy', 123), 456 );
>>is also easy to understand and remember: a row is being inserted.  
> 
> 
> I don't particularly care one way or the other about parens versus
> braces; anyone else have an opinion on that?
> 

My vote would be on parens. It's more coherent. Do you use braces 
anywhere else?

Kind regards,

Thomas Hallgren



pgsql-hackers by date:

Previous
From: elein
Date:
Subject: Re: I/O support for composite types
Next
From: Andrew Dunstan
Date:
Subject: Re: Official Freeze Date for 7.5: July 1st, 2004