pgsql: Release note compatibility item

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Release note compatibility item
Date: 2015-07-18 01:14:25
Message-ID: E1ZGGht-0001nk-9x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Release note compatibility item

Note that json and jsonb extraction operators no longer consider a
negative subscript to be invalid.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/473865048517c7808ddcf2299d054d8fe30fc6d5

Modified Files
--------------
doc/src/sgml/release-9.5.sgml | 11 +++++++++++
1 file changed, 11 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-07-18 13:15:28 Re: [COMMITTERS] pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Previous Message Andrew Dunstan 2015-07-18 01:11:13 pgsql: Support JSON negative array subscripts everywhere