postgresql/doc/src/sgml/keywords
Andrew Dunstan 606948b058 SQL JSON functions
This Patch introduces three SQL standard JSON functions:

JSON() (incorrectly mentioned in my commit message for f4fb45d15c)
JSON_SCALAR()
JSON_SERIALIZE()

JSON() produces json values from text, bytea, json or jsonb values, and
has facilitites for handling duplicate keys.
JSON_SCALAR() produces a json value from any scalar sql value, including
json and jsonb.
JSON_SERIALIZE() produces text or bytea from input which containis or
represents json or jsonb;

For the most part these functions don't add any significant new
capabilities, but they will be of use to users wanting standard
compliant JSON handling.

Nikita Glukhov

Reviewers have included (in no particular order) Andres Freund, Alexander
Korotkov, Pavel Stehule, Andrew Alsup, Erik Rijkers, Zihong Yu,
Himanshu Upadhyaya, Daniel Gustafsson, Justin Pryzby.

Discussion: https://postgr.es/m/cd0bb935-0158-78a7-08b5-904886deac4b@postgrespro.ru
2022-03-30 16:30:37 -04:00
..
sql1992-nonreserved.txt
sql1992-reserved.txt
sql2011-02-nonreserved.txt
sql2011-02-reserved.txt
sql2011-09-nonreserved.txt
sql2011-09-reserved.txt
sql2011-14-nonreserved.txt
sql2011-14-reserved.txt
sql2016-02-nonreserved.txt Update SQL keywords list to SQL:2016 2019-05-14 15:44:37 +02:00
sql2016-02-reserved.txt SQL JSON functions 2022-03-30 16:30:37 -04:00
sql2016-09-nonreserved.txt Update SQL keywords list to SQL:2016 2019-05-14 15:44:37 +02:00
sql2016-09-reserved.txt Update SQL keywords list to SQL:2016 2019-05-14 15:44:37 +02:00
sql2016-14-nonreserved.txt Update SQL keywords list to SQL:2016 2019-05-14 15:44:37 +02:00
sql2016-14-reserved.txt Update SQL keywords list to SQL:2016 2019-05-14 15:44:37 +02:00