mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
doc: Spell checking
This commit is contained in:
@ -849,8 +849,8 @@ SELECT jdoc->'guid', jdoc->'name' FROM api WHERE jdoc @> '{"tags": ["qu
|
||||
corresponds to the first array element.
|
||||
</para>
|
||||
<para>
|
||||
Expression inside subscript may consititue an integer,
|
||||
numeric expression or any other <literal>jsonpath</literal> expression
|
||||
An expression in the subscript may be an integer,
|
||||
numeric expression, or any other <literal>jsonpath</literal> expression
|
||||
returning single numeric value. The <literal>last</literal> keyword
|
||||
can be used in the expression denoting the last subscript in an array.
|
||||
That's helpful for handling arrays of unknown length.
|
||||
|
Reference in New Issue
Block a user