pgsql: Documentation for SQL/JSON features

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Documentation for SQL/JSON features
Date: 2022-04-08 03:46:30
Message-ID: E1ncfZt-000pos-Cz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Documentation for SQL/JSON features

This documents the features added in commits f79b803dcc, f4fb45d15c,
33a377608f, 1a36bc9dba, 606948b058, 49082c2cc3, 4e34747c88, and
fadb48b00e.

I have cleaned up the aggregate section of the submitted docs, but there
is still a deal of copy editing required. However, I thought it best to
have some documentation sooner rather than later so testers can have a
better idea what they are playing with.

Nikita Glukhov

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

Discussion: https://postgr.es/m/cd0bb935-0158-78a7-08b5-904886deac4b@postgrespro.ru
Discussion: https://postgr.es/m/7e2cb85d-24cf-4abb-30a5-1a33715959bd@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6baa4baddd5f111bc59d8f5ed5cadbb2d91e98d

Modified Files
--------------
doc/src/sgml/func.sgml | 2542 +++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 2540 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-04-08 04:12:58 pgsql: pg_stat_statements: Track I/O timing for temporary file blocks
Previous Message Michael Paquier 2022-04-08 02:33:37 pgsql: Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)