pgsql: Document that jsonb has all the standard comparison operators.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that jsonb has all the standard comparison operators.
Date: 2014-06-18 19:18:59
Message-ID: E1WxLNr-0000MR-Qe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that jsonb has all the standard comparison operators.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d2a986b74afffbdc3f59258c3dd96d3dc9a238ce

Modified Files
--------------
doc/src/sgml/func.sgml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-06-18 19:19:27 pgsql: Document that jsonb has all the standard comparison operators.
Previous Message Tom Lane 2014-06-18 17:22:56 pgsql: Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...