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 <[email protected]> Discussion: https://postgr.es/m/CAA-aLv5PGAFmAEpbhKQz8wppoOOTHfo-=ljb2sab3974-9q...@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(-)
