pgsql: Improve documentation for array subscription in jsonpath - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Improve documentation for array subscription in jsonpath
Date
Msg-id E1hSDh5-00047O-SV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve documentation for array subscription in jsonpath

Usage of expressions and multiple ranges in jsonpath array subscription was
undocumented.  This commit adds lacking documentation.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/87bcc02f4f739d76703feee0ff8346b98fa9b907

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: ANSI-ify a few straggler K&R-style function definitions.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix declarations of couple jsonpath functions