diff options
author | John Naylor <john.naylor@postgresql.org> | 2025-02-12 13:37:59 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2025-02-12 13:37:59 +0700 |
commit | 9efd78ef6b091904d05db16eacc7c61540087118 (patch) | |
tree | 20fb6640b3abf3074fbadbd519cc5ea14292b94f | |
parent | e3cbae2221c8107fa816673adaea4e357c1393df (diff) | |
download | postgresql-9efd78ef6b091904d05db16eacc7c61540087118.tar.gz postgresql-9efd78ef6b091904d05db16eacc7c61540087118.zip |
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
-rw-r--r-- | doc/src/sgml/config.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 49037fb4a97..9d398d8ee20 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7877,7 +7877,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; various purposes. The cluster name appears in the process title for all server processes in this cluster. Moreover, it is the default application name for a standby connection (see <xref - linkend="guc-synchronous-standby-names"/>.) + linkend="guc-synchronous-standby-names"/>). </para> <para> diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 997ae4f4038..a3877674863 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -4775,7 +4775,7 @@ PGresult *PQgetResult(PGconn *conn); <literal>PGRES_PIPELINE_SYNC</literal> will be returned. The result of the next query after the synchronization point follows immediately (that is, no null pointer is returned after - the synchronization point.) + the synchronization point). </para> <note> diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 7d66679efac..df02a4ca7c8 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -898,7 +898,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d Print messages about all errors and failures (errors without retrying) including which limit for retries was exceeded and how far it was 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. </para> </listitem> |