pgsql: Docs: add example clarifying use of nested JSON containment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: add example clarifying use of nested JSON containment.
Date: 2015-10-29 22:55:22
Message-ID: E1Zrw6M-00019j-P9@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/23937a4253490bf0c06aef0b8658270176f52de4

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-10-30 09:40:32 pgsql: Fix typo in bgworker.c
Previous Message Peter Eisentraut 2015-10-29 20:40:56 pgsql: Remove some remains from Alpha support removal