pgsql: Docs: add example clarifying use of nested JSON containment. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Docs: add example clarifying use of nested JSON containment.
Date
Msg-id E1Zrw6M-00019l-PE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Docs: add example clarifying use of nested JSON containment.

Show how this can be used in practice to make queries simpler and more
flexible.  Also, draw an explicit contrast to the existence operator,
which doesn't work that way.

Peter Geoghegan and Tom Lane

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9a1a22980d3650e6e232bc4423ec74bfc6d0e7be

Modified Files
--------------
doc/src/sgml/json.sgml |   28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Docs: add example clarifying use of nested JSON containment.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix typo in bgworker.c