pgsql: doc: Fix inconsistent quotes in some jsonb fields

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix inconsistent quotes in some jsonb fields
Date: 2022-07-11 01:57:16
Message-ID: E1oAifi-002CKK-Pf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix inconsistent quotes in some jsonb fields

Single quotes are not allowed in json internals, double quotes are.

Reported-by: Eric Mutta
Discussion: https://postgr.es/m/165715362165.665.3875113264927503997@wrigleys.postgresql.org
Backpatch-through: 14

Branch
------
REL_14_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-07-11 02:07:51 pgsql: Improve two comments related to a boolean DefElem's value
Previous Message Thomas Munro 2022-07-10 23:50:48 pgsql: Tidy up claimed supported CPUs and OSes.