mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
docs: clarify JSONB operator descriptions
No catalog bump as the catalog changes are for SQL operator comments. Backpatch through 9.5
This commit is contained in:
@ -369,8 +369,9 @@ SELECT '"foo"'::jsonb ? 'foo';
|
||||
</para>
|
||||
<para>
|
||||
The default GIN operator class for <type>jsonb</> supports queries with
|
||||
the <literal>@></>, <literal>?</>, <literal>?&</>
|
||||
and <literal>?|</> operators.
|
||||
top-level key-exists operators <literal>?</>, <literal>?&</>
|
||||
and <literal>?|</> operators and path/value-exists operator
|
||||
<literal>@></>.
|
||||
(For details of the semantics that these operators
|
||||
implement, see <xref linkend="functions-jsonb-op-table">.)
|
||||
An example of creating an index with this operator class is:
|
||||
|
Reference in New Issue
Block a user