pgsql: doc: Fix some issues with JSON_TABLE() exampls - Mailing list pgsql-committers

From Amit Langote
Subject pgsql: doc: Fix some issues with JSON_TABLE() exampls
Date
Msg-id E1tkdeJ-0005TF-0q@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: doc: Fix some issues with JSON_TABLE() exampls
List pgsql-committers
doc: Fix some issues with JSON_TABLE() exampls

 1. Remove an unused PASSING variable.

 2. Adjust formatting of JSON data used in an example to be valid
    under strict mode

Reported-by: Miłosz Chmura <mieszko4@gmail.com>
Author: Robert Treat <rob@xzilla.net>
Discussion: https://postgr.es/m/173859550337.1071.4748984213168572913@wrigleys.postgresql.org

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/77cdee9ea905f32c5c93d1505ec85db3ecea5dd4

Modified Files
--------------
doc/src/sgml/func.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Invalidate inactive replication slots.
Next
From: Amit Langote
Date:
Subject: pgsql: doc: Fix some issues with JSON_TABLE() examples