We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02d44b commit 4738650Copy full SHA for 4738650
doc/src/sgml/release-9.5.sgml
@@ -162,6 +162,17 @@
162
</para>
163
</listitem>
164
165
+ <listitem>
166
+ <para>
167
+ Allow <type>json</> and <type>jsonb</> extraction operators to
168
+ accept negative subscripts, which count from the end of JSON
169
+ arrays. Historically, these operators yielded <literal>NULL</>
170
+ in the event of a negative subscript, because negative
171
+ subscripts were considered invalid. (Peter Geoghegan, Andrew
172
+ Dunstan)
173
+ </para>
174
+ </listitem>
175
+
176
</itemizedlist>
177
178
</sect2>
0 commit comments