pgsql: doc: Correct jsonpath string literal escapes description

Started by Peter Eisentrautabout 2 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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: /messages/by-id/1EB17DF9-2636-484B-9DD0-3CAB19C4F5C4@justatheory.com

Branch
------
master

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

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