Re: [HACKERS] SQL/JSON in PostgreSQL
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Nikita Glukhov <n.gluhov@postgrespro.ru>
Cc: Piotr Stefaniak <email@piotr-stefaniak.me>,
"obartunov@gmail.com" <obartunov@gmail.com>, Pgsql Hackers <pgsql-hackers@postgresql.org>,
Teodor Sigaev <teodor@postgrespro.ru>, Alexander Korotkov <a.korotkov@postgrespro.ru>,
andrew Dunstan <andrew@dunslane.net>
Date: 2017-11-29T02:24:07Z
Lists: pgsql-hackers
On Wed, Nov 15, 2017 at 10:17 AM, Nikita Glukhov <n.gluhov@postgrespro.ru> wrote: > Attached the new version of the patches where displaying of SQL/JSON > constructor nodes was fixed. I decided not to invent new nodes but to > extend > existing FuncExpr, Aggref, WindowFunc nodes with new formatting fields that > give us ability to override default displaying in ruleutils.c. Also new > invisible CoercionForm was added for hiding casts in which FORMAT and > RETUNING > clauses are transformed. Okay, I can see that the patch is still in the same situation two weeks after I looked at it first, so I am marking it as returned with feedback. This needs to be broken down, and get documentation. At this point getting a review out of this patch is not something I'd recommend until it is put in a shape that makes it easier. Please also help in reviewing other's patches, yours here is very large. -- Michael
Commits
-
SQL/JSON: support the IS JSON predicate
- 6ee30209a6f1 16.0 landed
-
SQL/JSON: add standard JSON constructor functions
- 7081ac46ace8 16.0 landed