pgsql: Doc: clean up markup for jsonb_set and related functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clean up markup for jsonb_set and related functions.
Date: 2019-09-27 15:02:06
Message-ID: E1iDrl0-0004b6-8K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: clean up markup for jsonb_set and related functions.

The markup for optional parameters was neither correct nor consistent.
In passing, fix a spelling mistake.

Per report from Alex Macy. Some of these mistakes are old, so
back-patch as appropriate.

Discussion: https://postgr.es/m/156953522258.1204.12736099368284950578@wrigleys.postgresql.org

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0997cee82e721315370ede922691116556d5b7c3

Modified Files
--------------
doc/src/sgml/func.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-09-27 15:28:33 pgsql: Finish reverting "Insert temporary debugging output in regressio
Previous Message Peter Eisentraut 2019-09-27 14:36:28 pgsql: doc: Add timeline as valid recovery target in standby.signal doc