Re: Make SQL/JSON error code names match SQL standard

2019-08-22 Thread Peter Eisentraut
On 2019-08-20 13:48, Alexander Korotkov wrote: > On Tue, Aug 20, 2019 at 11:49 AM Peter Eisentraut > wrote: >> I propose the attached patch to make the new SQL/JSON error code names >> match the SQL standard. The existing minor differences don't seem >> necessary. > > Thank you for noticing! > +

Re: Make SQL/JSON error code names match SQL standard

2019-08-20 Thread Alexander Korotkov
On Tue, Aug 20, 2019 at 11:49 AM Peter Eisentraut wrote: > I propose the attached patch to make the new SQL/JSON error code names > match the SQL standard. The existing minor differences don't seem > necessary. Thank you for noticing! +1 for pushing this -- Alexander Korotkov Postgres Profe

Re: Make SQL/JSON error code names match SQL standard

2019-08-20 Thread Pavel Stehule
Ășt 20. 8. 2019 v 10:49 odesĂ­latel Peter Eisentraut < peter.eisentr...@2ndquadrant.com> napsal: > I propose the attached patch to make the new SQL/JSON error code names > match the SQL standard. The existing minor differences don't seem > necessary. > +1 Pavel > > -- > Peter Eisentraut

Make SQL/JSON error code names match SQL standard

2019-08-20 Thread Peter Eisentraut
ices From 026299f325e7d2afbcd6c77b58e2968e88e5f700 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 20 Aug 2019 10:46:32 +0200 Subject: [PATCH] Make SQL/JSON error code names match SQL standard --- src/backend/utils/adt/jsonpath_exec.c | 36 +-- src/backend/utils/err