We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ddd29 commit 0beef5aCopy full SHA for 0beef5a
doc/src/sgml/release-9.5.sgml
@@ -141,6 +141,17 @@
141
</para>
142
</listitem>
143
144
+ <listitem>
145
+ <para>
146
+ Allow <type>json</> and <type>jsonb</> extraction operators to
147
+ accept negative subscripts, which count from the end of JSON
148
+ arrays. Historically, these operators yielded <literal>NULL</>
149
+ in the event of a negative subscript, because negative
150
+ subscripts were considered invalid. (Peter Geoghegan, Andrew
151
+ Dunstan)
152
+ </para>
153
+ </listitem>
154
+
155
</itemizedlist>
156
157
</sect2>
0 commit comments