Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: Fix punctuation errors
authorJohn Naylor <john.naylor@postgresql.org>
Wed, 12 Feb 2025 06:18:52 +0000 (13:18 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Wed, 12 Feb 2025 06:18:52 +0000 (13:18 +0700)
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

doc/src/sgml/config.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/ref/pgbench.sgml

index 4b4d305d26d9a23e7632bc4d9539c7fcdeac2815..1ec048ac31b9d124e843eed580203af071a4f995 100644 (file)
@@ -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
         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>
index 068ee60771cbf53852fd4468713d200d9261880d..e3b74af96a64b9cf22b386482a015050fcd83ea4 100644 (file)
@@ -5310,7 +5310,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>
index 46240e3f72599e93e6267c7015bfda80f6a22272..920204a7c86684edaed5bfe5c945f42496d90a26 100644 (file)
@@ -909,7 +909,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>