pgsql: More work on the JSON/JSONB user documentation. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: More work on the JSON/JSONB user documentation.
Date
Msg-id E1WjGCe-0006O2-6O@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in lossy-page handling in GIN
Next
From: Tom Lane
Date:
Subject: pgsql: Rename min_recovery_apply_delay to recovery_min_apply_delay.