]> 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:35:10 +0000 (11:35 +0200)
commita7ed15f3ab8160d627e8281bd62a048a4fca371f
tree7fee215ff9744d91cb478ac4465be77f8afa7a23
parent9e6faeb3249d420a22ad8a5fbcf093b272c02cb8
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