diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 817b973546a0d70a2880fac9747fdca717e9a3d5..0b12420aead07616322dd53e9524206dfa2dfa4f 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/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>