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: E1oURnr-001FMf-0V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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/13777e96-24b6-396b-cb16-8ad01b6ac130@xs4all.nl
Backpatch-through: 13

Branch
------
master

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

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