Re: Trailing comma support in SELECT statements

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: Trailing comma support in SELECT statements
Дата
Msg-id CAKFQuwa91gxCgm9AsVZxSc2LR=aH5JAJZc+++9RqczRDq_vwWQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Trailing comma support in SELECT statements  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Trailing comma support in SELECT statements
Список pgsql-hackers
We might as well allow a final trailing (or initial leading) comma on a
values list at the same time:

VALUES
(...),
(...),
(...),

do you know, so this feature is a proprietary and it is not based on ANSI/SQL? Any user, that use this feature and will to port to other database will hate it.

Regards

Pavel


​I've got no complaint if "at the same time" means that neither behavior is ever implemented...

David J.
 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: Superuser connect during smart shutdown
Следующее
От: Rahila Syed
Дата:
Сообщение: Re: [REVIEW] Re: Compression of full-page-writes