doc: Clean up title case use

pull/233/head
Peter Eisentraut 2 weeks ago
parent f24fdf9855
commit ee685c9baf
  1. 12
      doc/src/sgml/logical-replication.sgml
  2. 4
      doc/src/sgml/protocol.sgml
  3. 2
      doc/src/sgml/textsearch.sgml

@ -2413,7 +2413,7 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
</para> </para>
<sect2 id="prepare-publisher-upgrades"> <sect2 id="prepare-publisher-upgrades">
<title>Prepare for publisher upgrades</title> <title>Prepare for Publisher Upgrades</title>
<para> <para>
<application>pg_upgrade</application> attempts to migrate logical <application>pg_upgrade</application> attempts to migrate logical
@ -2485,7 +2485,7 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
</sect2> </sect2>
<sect2 id="prepare-subscriber-upgrades"> <sect2 id="prepare-subscriber-upgrades">
<title>Prepare for subscriber upgrades</title> <title>Prepare for Subscriber Upgrades</title>
<para> <para>
Setup the <link linkend="logical-replication-config-subscriber"> Setup the <link linkend="logical-replication-config-subscriber">
@ -2535,7 +2535,7 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
</sect2> </sect2>
<sect2 id="upgrading-logical-replication-clusters"> <sect2 id="upgrading-logical-replication-clusters">
<title>Upgrading logical replication clusters</title> <title>Upgrading Logical Replication Clusters</title>
<para> <para>
While upgrading a subscriber, write operations can be performed in the While upgrading a subscriber, write operations can be performed in the
@ -2599,7 +2599,7 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
</para> </para>
<sect3 id="steps-two-node-logical-replication-cluster"> <sect3 id="steps-two-node-logical-replication-cluster">
<title>Steps to upgrade a two-node logical replication cluster</title> <title>Steps to Upgrade a Two-node Logical Replication Cluster</title>
<para> <para>
Let's say publisher is in <literal>node1</literal> and subscriber is Let's say publisher is in <literal>node1</literal> and subscriber is
in <literal>node2</literal>. The subscriber <literal>node2</literal> has in <literal>node2</literal>. The subscriber <literal>node2</literal> has
@ -2743,7 +2743,7 @@ pg_ctl -D /opt/PostgreSQL/data2_upgraded start -l logfile
</sect3> </sect3>
<sect3 id="steps-cascaded-logical-replication-cluster"> <sect3 id="steps-cascaded-logical-replication-cluster">
<title>Steps to upgrade a cascaded logical replication cluster</title> <title>Steps to Upgrade a Cascaded Logical Replication Cluster</title>
<para> <para>
Let's say we have a cascaded logical replication setup Let's say we have a cascaded logical replication setup
<literal>node1</literal>-><literal>node2</literal>-><literal>node3</literal>. <literal>node1</literal>-><literal>node2</literal>-><literal>node3</literal>.
@ -2972,7 +2972,7 @@ pg_ctl -D /opt/PostgreSQL/data3_upgraded start -l logfile
</sect3> </sect3>
<sect3 id="steps-two-node-circular-logical-replication-cluster"> <sect3 id="steps-two-node-circular-logical-replication-cluster">
<title>Steps to upgrade a two-node circular logical replication cluster</title> <title>Steps to Upgrade a Two-node Circular Logical Replication Cluster</title>
<para> <para>
Let's say we have a circular logical replication setup Let's say we have a circular logical replication setup
<literal>node1</literal>-><literal>node2</literal> and <literal>node1</literal>-><literal>node2</literal> and

@ -189,7 +189,7 @@
</sect2> </sect2>
<sect2 id="protocol-versions"> <sect2 id="protocol-versions">
<title>Protocol versions</title> <title>Protocol Versions</title>
<para> <para>
The current, latest version of the protocol is version 3.2. However, for The current, latest version of the protocol is version 3.2. However, for
@ -226,7 +226,7 @@
</para> </para>
<table id="protocol-versions-table"> <table id="protocol-versions-table">
<title>Protocol versions</title> <title>Protocol Versions</title>
<tgroup cols="3"> <tgroup cols="3">
<thead> <thead>

@ -1355,7 +1355,7 @@ ts_headline(<optional> <replaceable class="parameter">config</replaceable> <type
</itemizedlist> </itemizedlist>
<warning> <warning>
<title>Warning: Cross-site scripting (XSS) safety</title> <title>Warning: Cross-site Scripting (XSS) Safety</title>
<para> <para>
The output from <function>ts_headline</function> is not guaranteed to The output from <function>ts_headline</function> is not guaranteed to
be safe for direct inclusion in web pages. When be safe for direct inclusion in web pages. When

Loading…
Cancel
Save