Skip to content
Snippets Groups Projects
Commit 47386504 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Release note compatibility item

Note that json and jsonb extraction operators no longer consider a
negative subscript to be invalid.
parent e02d44b8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment