@@ -10159,8 +10159,14 @@ table2-mapping
10159
10159
</para>
10160
10160
</note>
10161
10161
<para>
10162
- In addition to those operators common to both types, some additional
10163
- operators exist only for <type>jsonb</type>, as shown
10162
+ The standard comparison operators shown in <xref
10163
+ linkend="functions-comparison-table"> are available for
10164
+ <type>jsonb</type>, but not for <type>json</type>. They follow the
10165
+ ordering rules for btree operations outlined at <xref
10166
+ linkend="json-indexing">.
10167
+ </para>
10168
+ <para>
10169
+ Some further operators also exist only for <type>jsonb</type>, as shown
10164
10170
in <xref linkend="functions-jsonb-op-table">.
10165
10171
Many of these operators can be indexed by
10166
10172
<type>jsonb</> operator classes. For a full description of
@@ -10181,12 +10187,6 @@ table2-mapping
10181
10187
</row>
10182
10188
</thead>
10183
10189
<tbody>
10184
- <row>
10185
- <entry><literal>=</literal></entry>
10186
- <entry><type>jsonb</type></entry>
10187
- <entry>Are the two JSON values equal?</entry>
10188
- <entry><literal>'[1,2,3]'::jsonb = '[1,2,3]'::jsonb</literal></entry>
10189
- </row>
10190
10190
<row>
10191
10191
<entry><literal>@></literal></entry>
10192
10192
<entry><type>jsonb</type></entry>