mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
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.com Backpatch-through: 13
This commit is contained in:
parent
3819b30c4c
commit
fa761d9c71
@ -8209,7 +8209,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
|
|||||||
various purposes. The cluster name appears in the process title for
|
various purposes. The cluster name appears in the process title for
|
||||||
all server processes in this cluster. Moreover, it is the default
|
all server processes in this cluster. Moreover, it is the default
|
||||||
application name for a standby connection (see <xref
|
application name for a standby connection (see <xref
|
||||||
linkend="guc-synchronous-standby-names"/>.)
|
linkend="guc-synchronous-standby-names"/>).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -5310,7 +5310,7 @@ PGresult *PQgetResult(PGconn *conn);
|
|||||||
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
|
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
|
||||||
The result of the next query after the synchronization point follows
|
The result of the next query after the synchronization point follows
|
||||||
immediately (that is, no null pointer is returned after
|
immediately (that is, no null pointer is returned after
|
||||||
the synchronization point.)
|
the synchronization point).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
|
@ -909,7 +909,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
|
|||||||
Print messages about all errors and failures (errors without retrying)
|
Print messages about all errors and failures (errors without retrying)
|
||||||
including which limit for retries was exceeded and how far it was
|
including which limit for retries was exceeded and how far it was
|
||||||
exceeded for the serialization/deadlock failures. (Note that in this
|
exceeded for the serialization/deadlock failures. (Note that in this
|
||||||
case the output can be significantly increased.).
|
case the output can be significantly increased.)
|
||||||
See <xref linkend="failures-and-retries"/> for more information.
|
See <xref linkend="failures-and-retries"/> for more information.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user