pgsql: doc: Correct jsonpath string literal escapes description - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Correct jsonpath string literal escapes description
Date
Msg-id E1rzZ5v-003dec-Q1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Correct jsonpath string literal escapes description

The paragraph describing the JavaScript string literals allowed in
jsonpath expressions unnecessarily mentions JSON by erroneously
listing \v as allowed by JSON and mentioning the \xNN and \u{N...}
backslash escapes as deviations from JSON when in fact both are
accepted by ECMAScript/JavaScript.  Fix this by only referring to
JavaScript.

Author: Erik Wienhold <ewie@ewie.name>
Discussion: https://www.postgresql.org/message-id/flat/1EB17DF9-2636-484B-9DD0-3CAB19C4F5C4@justatheory.com

Branch
------
REL_15_STABLE

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

Modified Files
--------------
doc/src/sgml/json.sgml | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_combinebackup: Put newer options in consistent order in --hel
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_combinebackup: Add --version to --help output