Release note compatibility item

Note that json and jsonb extraction operators no longer consider a
negative subscript to be invalid.
pull/14/head
Andrew Dunstan 11 years ago
parent e02d44b8a7
commit 4738650485
  1. 11
      doc/src/sgml/release-9.5.sgml

@ -162,6 +162,17 @@
</para>
</listitem>
<listitem>
<para>
Allow <type>json</> and <type>jsonb</> extraction operators to
accept negative subscripts, which count from the end of JSON
arrays. Historically, these operators yielded <literal>NULL</>
in the event of a negative subscript, because negative
subscripts were considered invalid. (Peter Geoghegan, Andrew
Dunstan)
</para>
</listitem>
</itemizedlist>
</sect2>

Loading…
Cancel
Save