@@ -10159,8 +10159,14 @@ table2-mapping
1015910159 </para>
1016010160 </note>
1016110161 <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
1016410170 in <xref linkend="functions-jsonb-op-table">.
1016510171 Many of these operators can be indexed by
1016610172 <type>jsonb</> operator classes. For a full description of
@@ -10181,12 +10187,6 @@ table2-mapping
1018110187 </row>
1018210188 </thead>
1018310189 <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>
1019010190 <row>
1019110191 <entry><literal>@></literal></entry>
1019210192 <entry><type>jsonb</type></entry>