Doc: Fix punctuation errors
authorJohn Naylor <john.naylor@postgresql.org>
Wed, 12 Feb 2025 06:12:51 +0000 (13:12 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Wed, 12 Feb 2025 06:18:14 +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 3b557ecabfba2546f95b6e9fa4ee327b435997ce..5e4f201e09956df0d69f722c058532b7bc408bad 100644 (file)
@@ -8140,7 +8140,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 e04acf1c2082938f30bb927d4d0e61ebd431ed6a..c49e975b082b9537e08119aeb1ea93986a47f94d 100644 (file)
@@ -5392,7 +5392,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 3f488b44d7bcb52c1ddfc7e2efac36b38a38a872..ab252d9fc74f9bbe072273f5f8d2072ca2b97efe 100644 (file)
@@ -908,7 +908,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>