pgsql: Improve user-facing JSON documentation.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve user-facing JSON documentation.
Дата
Msg-id E1WirU4-0005vH-Vn@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Get rid of bogus dependency on typcategory in to_json() and frie
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix broken allocation logic in recently-rewritten jsonb_util.c.