pgsql: Improve user-facing JSON documentation.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve user-facing JSON documentation.
Date: 2014-05-09 20:33:32
Message-ID: E1WirU4-0005vH-Vn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve user-facing JSON documentation.

I started out with the intention of just fixing the info about the jsonb
operator classes, but soon found myself copy-editing most of the JSON
material. Hopefully it's more readable now.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0b92a77c17ebe8bec08e250e1a929b07efef1008

Modified Files
--------------
doc/src/sgml/func.sgml | 216 ++++++++++++---------------
doc/src/sgml/gin.sgml | 2 +-
doc/src/sgml/json.sgml | 328 ++++++++++++++++++++---------------------
doc/src/sgml/release-9.3.sgml | 4 +-
4 files changed, 255 insertions(+), 295 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-09 21:54:06 Re: [COMMITTERS] pgsql: Clean up jsonb code.
Previous Message Peter Geoghegan 2014-05-09 18:27:40 Re: [COMMITTERS] pgsql: Clean up jsonb code.