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:11:13
Message-ID: E1ZGGen-0001mL-Th@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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0beef5af3a4821155251d8d445b9ba1296381645

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 Andrew Dunstan 2015-07-18 01:14:25 pgsql: Support JSON negative array subscripts everywhere
Previous Message Tom Lane 2015-07-17 19:53:21 pgsql: Repair mishandling of cached cast-expression trees in plpgsql.