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

Commit5fdc708

Browse files
committed
doc: Fix a few typos and awkward links
1 parentda17ce6 commit5fdc708

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ include 'filename'
365365
</indexterm>
366366
<listitem>
367367
<para>
368-
Specifies the configuration file for
369-
<xref linkend="auth-username-maps"> user name mapping
368+
Specifies the configuration file for user name mapping
370369
(customarily called <filename>pg_ident.conf</>).
371370
This parameter can only be set at server start.
371+
See also <xref linkend="auth-username-maps">.
372372
</para>
373373
</listitem>
374374
</varlistentry>

‎doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ EXEC SQL END DECLARE SECTION;
11601160
There are two use cases for arrays as host variables. The first
11611161
is a way to store some text string in <type>char[]</type>
11621162
or <type>VARCHAR[]</type>, as
1163-
explained <xref linkend="ecpg-char">. The second use case is to
1163+
explainedin<xref linkend="ecpg-char">. The second use case is to
11641164
retrieve multiple rows from a query result without using a
11651165
cursor. Without an array, to process a query result consisting
11661166
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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp