Re: I/O support for composite types

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: I/O support for composite types
Дата
Msg-id 40C23C82.6040505@mailblocks.com
обсуждение исходный текст
Ответ на Re: I/O support for composite types  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: elein
Дата:
Сообщение: Re: I/O support for composite types
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Official Freeze Date for 7.5: July 1st, 2004