pgsql: More work on the JSON/JSONB user documentation.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More work on the JSON/JSONB user documentation.
Date: 2014-05-10 22:57:12
Message-ID: E1WjGCe-0006O2-6O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

More work on the JSON/JSONB user documentation.

Document existence operator adequately; fix obsolete claim that no
Unicode-escape semantic checks happen on input (it's still true for
json, but not for jsonb); improve examples; assorted wordsmithing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f825c7c850dbe683d62defd7e5bd31664ee3302c

Modified Files
--------------
doc/src/sgml/func.sgml | 182 ++++++++++++-------------
doc/src/sgml/gin.sgml | 1 +
doc/src/sgml/json.sgml | 347 ++++++++++++++++++++++++++++++------------------
3 files changed, 311 insertions(+), 219 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-10 23:46:26 pgsql: Rename min_recovery_apply_delay to recovery_min_apply_delay.
Previous Message Heikki Linnakangas 2014-05-10 20:43:03 pgsql: Fix bug in lossy-page handling in GIN