pgsql: Documentation improvements to jsonpath

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Documentation improvements to jsonpath
Date: 2019-09-13 14:27:03
Message-ID: E1i8mXP-0001rZ-A2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Documentation improvements to jsonpath

Besides cosmetic improvements it removes statement that operators necessary
need to be separated from operands with spaces, which is not really true.

Discussion: https://postgr.es/m/CAEkD-mDUZrRE%3Dk-FznEg4Ed2VdjpZCyHoyo%2Bp0%2B8KvHqR%3DpNVQ%40mail.gmail.com
Author: Liudmila Mantrova, Alexander Lakhin
Reviewed-by: Alexander Korotkov, Alvaro Herrera
Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9f771868c446c44dae6b97c68eeb1b19da32c50a

Modified Files
--------------
doc/src/sgml/func.sgml | 41 +++++++++++++++++++----------------------
doc/src/sgml/json.sgml | 10 +++++-----
2 files changed, 24 insertions(+), 27 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-13 17:58:56 pgsql: Fix progress reporting of CLUSTER / VACUUM FULL
Previous Message Alexander Korotkov 2019-09-13 14:26:54 pgsql: Documentation improvements to jsonpath