Re: Trailing comma support in SELECT statements

From: David Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Trailing comma support in SELECT statements
Date: 2014-10-17 04:48:40
Message-ID: CAKFQuwa91gxCgm9AsVZxSc2LR=aH5JAJZc+++9RqczRDq_vwWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rahila Syed 2014-10-17 04:52:49 Re: [REVIEW] Re: Compression of full-page-writes
Previous Message David G Johnston 2014-10-17 04:46:44 Re: Superuser connect during smart shutdown