Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit767ce36

Browse files
committed
doc: Fix a few typos and awkward links
1 parente3044f6 commit767ce36

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ SELECT pg_start_backup('label', false, false);
878878
<application>pg_dump</application> or
879879
<application>pg_dumpall</application>). It is neither
880880
necessary nor desirable to stop normal operation of the database
881-
while you do this. See section
881+
while you do this. See
882882
<xref linkend="backup-lowlevel-base-backup-data"> for things to
883883
consider during this backup.
884884
</para>
@@ -988,7 +988,7 @@ SELECT pg_start_backup('label', true);
988988
<application>pg_dump</application> or
989989
<application>pg_dumpall</application>). It is neither
990990
necessary nor desirable to stop normal operation of the database
991-
while you do this. See section
991+
while you do this. See
992992
<xref linkend="backup-lowlevel-base-backup-data"> for things to
993993
consider during this backup.
994994
</para>

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,10 +532,10 @@ include_dir 'conf.d'
532532
</term>
533533
<listitem>
534534
<para>
535-
Specifies the configuration file for
536-
<xref linkend="auth-username-maps"> user name mapping
535+
Specifies the configuration file for user name mapping
537536
(customarily called <filename>pg_ident.conf</>).
538537
This parameter can only be set at server start.
538+
See also <xref linkend="auth-username-maps">.
539539
</para>
540540
</listitem>
541541
</varlistentry>

‎doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ EXEC SQL END DECLARE SECTION;
11891189
There are two use cases for arrays as host variables. The first
11901190
is a way to store some text string in <type>char[]</type>
11911191
or <type>VARCHAR[]</type>, as
1192-
explained <xref linkend="ecpg-char">. The second use case is to
1192+
explainedin<xref linkend="ecpg-char">. The second use case is to
11931193
retrieve multiple rows from a query result without using a
11941194
cursor. Without an array, to process a query result consisting
11951195
of multiple rows, it is required to use a cursor and

‎doc/src/sgml/high-availability.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order.
207207
middleware. Care must also be taken that all
208208
transactions either commit or abort on all servers, perhaps
209209
using two-phase commit (<xref linkend="sql-prepare-transaction">
210-
and <xref linkend="sql-commit-prepared">.
210+
and <xref linkend="sql-commit-prepared">).
211211
<productname>Pgpool-II</> and <productname>Continuent Tungsten</>
212212
are examples of this type of replication.
213213
</para>

‎doc/src/sgml/protocol.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,8 +2296,8 @@ The commands accepted in walsender mode are:
22962296

22972297
<para>
22982298
The individual protocol messages are discussed in the following
2299-
subsections. Individual messages aredescriber in
2300-
<xref linkend="protocol-logicalrep-message-formats"> section.
2299+
subsections. Individual messages aredescribed in
2300+
<xref linkend="protocol-logicalrep-message-formats">.
23012301
</para>
23022302

23032303
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp