pgsql: SQL/JSON: Update example in JSON_QUERY() documentation

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: SQL/JSON: Update example in JSON_QUERY() documentation
Date: 2024-09-13 07:12:10
Message-ID: E1sp0TR-000sYK-RW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

SQL/JSON: Update example in JSON_QUERY() documentation

Commit 2c27346ed684 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
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/32ccfa0476ce1fbbe0326d87b0850894190017b5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2024-09-13 07:12:23 pgsql: SQL/JSON: Update example in JSON_QUERY() documentation
Previous Message Amit Kapila 2024-09-13 04:02:53 pgsql: Prohibit altering invalidated replication slots.