Skip to content

Commit

Permalink
doc: Fix a few typos and awkward links
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Mar 19, 2017
1 parent 8e6333e commit 09079b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/src/sgml/backup.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ SELECT pg_start_backup('label', false, false);
<application>pg_dump</application> or
<application>pg_dumpall</application>). It is neither
necessary nor desirable to stop normal operation of the database
while you do this. See section
while you do this. See
<xref linkend="backup-lowlevel-base-backup-data"> for things to
consider during this backup.
</para>
Expand Down Expand Up @@ -987,7 +987,7 @@ SELECT pg_start_backup('label', true);
<application>pg_dump</application> or
<application>pg_dumpall</application>). It is neither
necessary nor desirable to stop normal operation of the database
while you do this. See section
while you do this. See
<xref linkend="backup-lowlevel-base-backup-data"> for things to
consider during this backup.
</para>
Expand Down
4 changes: 2 additions & 2 deletions doc/src/sgml/config.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,10 @@ include_dir 'conf.d'
</term>
<listitem>
<para>
Specifies the configuration file for
<xref linkend="auth-username-maps"> user name mapping
Specifies the configuration file for user name mapping
(customarily called <filename>pg_ident.conf</>).
This parameter can only be set at server start.
See also <xref linkend="auth-username-maps">.
</para>
</listitem>
</varlistentry>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ecpg.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ EXEC SQL END DECLARE SECTION;
There are two use cases for arrays as host variables. The first
is a way to store some text string in <type>char[]</type>
or <type>VARCHAR[]</type>, as
explained <xref linkend="ecpg-char">. The second use case is to
explained in <xref linkend="ecpg-char">. The second use case is to
retrieve multiple rows from a query result without using a
cursor. Without an array, to process a query result consisting
of multiple rows, it is required to use a cursor and
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/high-availability.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order.
middleware. Care must also be taken that all
transactions either commit or abort on all servers, perhaps
using two-phase commit (<xref linkend="sql-prepare-transaction">
and <xref linkend="sql-commit-prepared">.
and <xref linkend="sql-commit-prepared">).
<productname>Pgpool-II</> and <productname>Continuent Tungsten</>
are examples of this type of replication.
</para>
Expand Down

0 comments on commit 09079b7

Please sign in to comment.