pgsql: Improve documentation for array subscription in jsonpath

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve documentation for array subscription in jsonpath
Date: 2019-05-19 04:45:07
Message-ID: E1hSDh5-00047O-SV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-05-19 04:49:16 pgsql: Fix declarations of couple jsonpath functions
Previous Message Tom Lane 2019-05-19 00:16:55 pgsql: ANSI-ify a few straggler K&R-style function definitions.