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


---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

Reply via email to