]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Correct jsonpath string literal escapes description
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Apr 2024 09:31:47 +0000 (11:31 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Apr 2024 09:37:25 +0000 (11:37 +0200)
commitb51dff73fa7361259aeaa2c1c3625b17cfd75d09
treef7ea2f62b211e7724028b189587341244fc0e45b
parent0e56b2b9447b3441fa0408680ec52c1cd0b717cd
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
doc/src/sgml/json.sgml