@@ -10086,7 +10086,7 @@ table2-mapping
1008610086
1008710087 <para>
1008810088 <xref linkend="functions-json-op-table"> shows the operators that
10089- are available for use with the two JSON datatypes (see <xref
10089+ are available for use with the two JSON data types (see <xref
1009010090 linkend="datatype-json">).
1009110091 </para>
1009210092
@@ -10162,7 +10162,7 @@ table2-mapping
1016210162 The standard comparison operators shown in <xref
1016310163 linkend="functions-comparison-table"> are available for
1016410164 <type>jsonb</type>, but not for <type>json</type>. They follow the
10165- ordering rules for btree operations outlined at <xref
10165+ ordering rules for B-tree operations outlined at <xref
1016610166 linkend="json-indexing">.
1016710167 </para>
1016810168 <para>
@@ -10269,7 +10269,7 @@ table2-mapping
1026910269 (recursively) to arrays and objects; otherwise, if there is a cast
1027010270 from the type to <type>json</type>, the cast function will be used to
1027110271 perform the conversion; otherwise, a JSON scalar value is produced.
10272- For any scalar type other than a number, a boolean , or a null value,
10272+ For any scalar type other than a number, a Boolean , or a null value,
1027310273 the text representation will be used, properly quoted and escaped
1027410274 so that it is a valid JSON string.
1027510275 </entry>
@@ -14007,7 +14007,7 @@ AND
1400714007 These operators compare the internal binary representation of the two
1400814008 rows. Two rows might have a different binary representation even
1400914009 though comparisons of the two rows with the equality operator is true.
14010- The ordering of rows under these comparision operators is deterministic
14010+ The ordering of rows under these comparison 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
1401314013 such as replication but are not intended to be generally useful for
@@ -15461,32 +15461,32 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1546115461 <row>
1546215462 <entry><literal><function>to_regclass(<parameter>rel_name</parameter>)</function></literal></entry>
1546315463 <entry><type>regclass</type></entry>
15464- <entry>get the oid of the named relation</entry>
15464+ <entry>get the OID of the named relation</entry>
1546515465 </row>
1546615466 <row>
1546715467 <entry><literal><function>to_regproc(<parameter>func_name</parameter>)</function></literal></entry>
1546815468 <entry><type>regproc</type></entry>
15469- <entry>get the oid of the named function</entry>
15469+ <entry>get the OID of the named function</entry>
1547015470 </row>
1547115471 <row>
1547215472 <entry><literal><function>to_regprocedure(<parameter>func_name</parameter>)</function></literal></entry>
1547315473 <entry><type>regprocedure</type></entry>
15474- <entry>get the oid of the named function</entry>
15474+ <entry>get the OID of the named function</entry>
1547515475 </row>
1547615476 <row>
1547715477 <entry><literal><function>to_regoper(<parameter>operator_name</parameter>)</function></literal></entry>
1547815478 <entry><type>regoper</type></entry>
15479- <entry>get the oid of the named operator</entry>
15479+ <entry>get the OID of the named operator</entry>
1548015480 </row>
1548115481 <row>
1548215482 <entry><literal><function>to_regoperator(<parameter>operator_name</parameter>)</function></literal></entry>
1548315483 <entry><type>regoperator</type></entry>
15484- <entry>get the oid of the named operator</entry>
15484+ <entry>get the OID of the named operator</entry>
1548515485 </row>
1548615486 <row>
1548715487 <entry><literal><function>to_regtype(<parameter>type_name</parameter>)</function></literal></entry>
1548815488 <entry><type>regtype</type></entry>
15489- <entry>get the oid of the named type</entry>
15489+ <entry>get the OID of the named type</entry>
1549015490 </row>
1549115491 </tbody>
1549215492 </tgroup>
@@ -16619,8 +16619,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1661916619 <entry>
1662016620 Creates a new physical replication slot named
1662116621 <parameter>slot_name</parameter>. Streaming changes from a physical slot
16622- is only possible with the walsender protocol - see <xref
16623- linkend="protocol-replication">. Corresponds to the walsender protocol
16622+ is only possible with the streaming-replication protocol - see <xref
16623+ linkend="protocol-replication">. Corresponds to the replication protocol
1662416624 command <literal>CREATE_REPLICATION_SLOT ... PHYSICAL</literal>.
1662516625 </entry>
1662616626 </row>
@@ -16636,7 +16636,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1663616636 </entry>
1663716637 <entry>
1663816638 Drops the physical or logical replication slot
16639- named <parameter>slot_name</parameter>. Same as walsender protocol
16639+ named <parameter>slot_name</parameter>. Same as replication protocol
1664016640 command <literal>DROP_REPLICATION_SLOT</>.
1664116641 </entry>
1664216642 </row>
0 commit comments