@@ -10160,8 +10160,8 @@ table2-mapping
1016010160 </note>
1016110161 <para>
1016210162 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
10163+ linkend="functions-comparison-table"> are available for
10164+ <type>jsonb</type>, but not for <type>json</type>. They follow the
1016510165 ordering rules for btree operations outlined at <xref
1016610166 linkend="json-indexing">.
1016710167 </para>
@@ -10668,9 +10668,9 @@ table2-mapping
1066810668 <entry><literal>select * from json_to_record('{"a":1,"b":[1,2,3],"c":"bar"}') as x(a int, b text, d text) </literal></entry>
1066910669 <entry>
1067010670<programlisting>
10671- a | b | d
10671+ a | b | d
1067210672---+---------+---
10673- 1 | [1,2,3] |
10673+ 1 | [1,2,3] |
1067410674</programlisting>
1067510675 </entry>
1067610676 </row>
@@ -14006,7 +14006,7 @@ AND
1400614006 <literal>*>=</>.
1400714007 These operators compare the internal binary representation of the two
1400814008 rows. Two rows might have a different binary representation even
14009- though comparisons of the two rows with the equality operator is true.
14009+ though comparisons of the two rows with the equality operator is true.
1401014010 The ordering of rows under these comparision operators is deterministic
1401114011 but not otherwise meaningful. These operators are used internally for
1401214012 materialized views and might be useful for other specialized purposes