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

Commit9efd78e

Browse files
committed
Doc: Fix punctuation errors
Author: 斉藤登 <noborusai@gmail.com>Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>Discussion:https://postgr.es/m/CAAM3qnL6i-BSu5rB2+KiHLjMCOXiQEiPMBvEj7F1CgUzZMooLA@mail.gmail.comBackpatch-through: 13
1 parente3cbae2 commit9efd78e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7877,7 +7877,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
78777877
various purposes. The cluster name appears in the process title for
78787878
all server processes in this cluster. Moreover, it is the default
78797879
application name for a standby connection (see <xref
7880-
linkend="guc-synchronous-standby-names"/>.)
7880+
linkend="guc-synchronous-standby-names"/>).
78817881
</para>
78827882

78837883
<para>

‎doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4775,7 +4775,7 @@ PGresult *PQgetResult(PGconn *conn);
47754775
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
47764776
The result of the next query after the synchronization point follows
47774777
immediately (that is, no null pointer is returned after
4778-
the synchronization point.)
4778+
the synchronization point).
47794779
</para>
47804780

47814781
<note>

‎doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
898898
Print messages about all errors and failures (errors without retrying)
899899
including which limit for retries was exceeded and how far it was
900900
exceeded for the serialization/deadlock failures. (Note that in this
901-
case the output can be significantly increased.).
901+
case the output can be significantly increased.)
902902
See <xref linkend="failures-and-retries"/> for more information.
903903
</para>
904904
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp