pgsql: SQL/JSON: Update example in JSON_QUERY() documentation - Mailing list pgsql-committers

From Amit Langote
Subject pgsql: SQL/JSON: Update example in JSON_QUERY() documentation
Date
Msg-id E1sp0Tf-000sYx-BL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
SQL/JSON: Update example in JSON_QUERY() documentation

Commit e6c45d85dc fixed the behavior of JSON_QUERY() when WITH
CONDITIONAL WRAPPER is used, but the documentation example wasn't
updated to reflect this change. This commit updates the example to
show the correct result.

Per off-list report from Andreas Ulbrich.

Backpatch-through: 17

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b67bdca529c6aed4303eb6963d09d1b540137b8

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Update example in JSON_QUERY() documentation
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 17 relnotes: add links to commits