pgsql: doc: Fix some issues with JSON_TABLE() examples

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix some issues with JSON_TABLE() examples
Date: 2025-02-19 06:33:47
Message-ID: E1tkdeW-0005Tx-2u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix some issues with JSON_TABLE() examples

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(at)gmail(dot)com>
Author: Robert Treat <rob(at)xzilla(dot)net>
Discussion: https://postgr.es/m/173859550337.1071.4748984213168572913@wrigleys.postgresql.org

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-02-19 06:51:43 pgsql: Add support for LIKE in CREATE FOREIGN TABLE
Previous Message Amit Langote 2025-02-19 06:33:34 pgsql: doc: Fix some issues with JSON_TABLE() exampls