Re: Define jsonpath functions as stable
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Jonathan S. Katz" <jkatz@postgresql.org>
Cc: Erik Rijkers <er@xs4all.nl>, Chapman Flack <chap@anastigmatix.net>,
pgsql-hackers@lists.postgresql.org
Date: 2019-09-17T22:40:23Z
Lists: pgsql-hackers
Attachments
- jsonpath-regex-doc-v3.patch (text/x-diff) patch v3
"Jonathan S. Katz" <jkatz@postgresql.org> writes: > v2 attached. Thanks! I whacked this around some (well, quite a bit actually); notably, I thought we'd better describe things that are in our engine but not XQuery, as well as vice-versa. After a re-read of the XQuery spec, it seems to me that the character entry form that they have and we don't is actually "&#NNNN;" like HTML, rather than just "#NN". Can anyone double-check that? Does it work outside bracket expressions, or only inside? regards, tom lane
Commits
-
Fix some minor spec-compliance issues in jsonpath lexer.
- e56cad84d542 13.0 landed
- 5f3bec0769c1 12.0 landed
-
Doc: improve documentation around jsonpath regular expressions.
- b9cf94c8c249 12.0 landed
- 0a97edb12ec4 13.0 landed
-
Fix bogus handling of XQuery regex option flags.
- d5b90cd64855 13.0 landed
- 148881454208 12.0 landed