Re: Trailing comma support in SELECT statements - Mailing list pgsql-hackers

From David Johnston
Subject Re: Trailing comma support in SELECT statements
Date
Msg-id CAKFQuwa91gxCgm9AsVZxSc2LR=aH5JAJZc+++9RqczRDq_vwWQ@mail.gmail.com
Whole thread Raw
In response to Re: Trailing comma support in SELECT statements  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Trailing comma support in SELECT statements
List 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 by date:

Previous
From: David G Johnston
Date:
Subject: Re: Superuser connect during smart shutdown
Next
From: Rahila Syed
Date:
Subject: Re: [REVIEW] Re: Compression of full-page-writes