pgsql: Fix and polish JSON_TABLE documentation

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix and polish JSON_TABLE documentation
Date: 2026-07-14 22:31:12
Message-ID: E1wjlei-000Ceb-0G@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix and polish JSON_TABLE documentation

Correct the JSON_TABLE synopsis to place the ON ERROR clause after the
PLAN clause, matching the grammar (the previous order could not be
typed). Replace a dangling reference to json_path_specification with
path_expression, the term the synopsis actually defines. Mark up the
PLAN DEFAULT keywords with <literal> and fix a couple of wording issues.
Also list OUTER before INNER consistently, including in the parent/child
join description, where OUTER is the default.

Author: Thom Brown <thom(at)linux(dot)com>
Discussion: https://postgr.es/m/CAA-aLv5PGAFmAEpbhKQz8wppoOOTHfo-=LJb2sAB3974-9QtOw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4a82912bb2a2bc757142eca48f0fded1817a9a7c

Modified Files
--------------
doc/src/sgml/func/func-json.sgml | 42 ++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2026-07-14 22:59:41 pgsql: postgres_fdw: don't push down non-relabeling ArrayCoerceExpr
Previous Message noreply 2026-07-14 20:36:44 pgsql: Tag refs/tags/REL_19_BETA2 was created