Re: Trailing comma support in SELECT statements
От | Andrew Dunstan |
---|---|
Тема | Re: Trailing comma support in SELECT statements |
Дата | |
Msg-id | 54453574.4030106@dunslane.net обсуждение исходный текст |
Ответ на | Re: Trailing comma support in SELECT statements ("David E. Wheeler" <david@justatheory.com>) |
Ответы |
Re: Trailing comma support in SELECT statements
|
Список | pgsql-hackers |
On 10/20/2014 11:59 AM, David E. Wheeler wrote: > On Oct 18, 2014, at 7:06 PM, Jim Nasby <Jim.Nasby@BlueTreble.com> wrote: > >> Yes. >> >> The only case I can think of where we wouldn't want this is COPY. >> >> BTW, this should also apply to delimiters other than commas; for example, some geometry types use ; as a delimiter betweenpoints. > I don’t think it should apply to the internals of types, necessarily. JSON, for example, always dies on an trailing comma,so should probably stay that way. Well, maybe allow it on JSONB input, but not JSON. Though we perhaps don’t want theirbehaviors to diverge. > The JSON spec is quite clear on this. Leading and trailing commas are not allowed. I would fight tooth and nail not to allow it for json (and by implication jsonb, since they use literally the same parser - in fact we do that precisely so their input grammars can't diverge). cheers andrew
В списке pgsql-hackers по дате отправления: