]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix and polish JSON_TABLE documentation
authorAlexander Korotkov <akorotkov@postgresql.org>
Tue, 14 Jul 2026 21:47:33 +0000 (00:47 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Tue, 14 Jul 2026 21:47:33 +0000 (00:47 +0300)
commit4a82912bb2a2bc757142eca48f0fded1817a9a7c
tree8d57ae2691397b8fadb0bb718365983ba91cc2ea
parentcd5fd08be7ec1cef1a4c34791ce743954c2b2293
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@linux.com>
Discussion: https://postgr.es/m/CAA-aLv5PGAFmAEpbhKQz8wppoOOTHfo-=LJb2sAB3974-9QtOw@mail.gmail.com
doc/src/sgml/func/func-json.sgml