pgsql: Assorted fixes for jsonpath documentation

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Assorted fixes for jsonpath documentation
Date: 2019-07-10 04:52:06
Message-ID: E1hl4aM-00042G-B1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Assorted fixes for jsonpath documentation

This commit contains assorted fixes for jsonpath documentation including:
grammar fixes, incorrect examples fixes as well as wording improvements.

Discussion: https://postgr.es/m/CAA-aLv4VVX%3Db9RK5hkfPXJczqaiTdqO04teW9i0wiQVhdKcqzw%40mail.gmail.com
Author: Liudmila Mantrova
Reviewed-by: Alexander Korotkov
Reported-by: Thom Brown

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a7d697a39365d9762afa8e618bcbdcf592966fa

Modified Files
--------------
doc/src/sgml/func.sgml | 73 +++++++++++++++++++++++++++++---------------------
doc/src/sgml/json.sgml | 44 +++++++++++++++---------------
2 files changed, 64 insertions(+), 53 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-07-10 06:17:05 pgsql: Fix variable initialization when using buffering build with GiST
Previous Message David Rowley 2019-07-10 04:03:49 pgsql: Fix missing calls to table_finish_bulk_insert during COPY, take