pgsql: doc: Fix two queries related to jsonb functions

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix two queries related to jsonb functions
Date: 2022-09-03 11:59:11
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix two queries related to jsonb functions

These have been updated by the revert done in 2f2b18b, but the
pre-revert state was correct. Note that the result was incorrectly
formatted in the first case.

Author: Erik Rijkers
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 13

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4209126655ccac68fe582c5fea3e638a4a1c503c

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

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-09-04 02:32:19 pgsql: Fix sign-compare warnings arising from port/simd.h
Previous Message Bruce Momjian 2022-09-03 03:32:49 pgsql: doc: simplify docs about analyze and inheritance/partitions