]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: Fix punctuation errors
authorJohn Naylor <john.naylor@postgresql.org>
Wed, 12 Feb 2025 06:37:01 +0000 (13:37 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Wed, 12 Feb 2025 06:37:01 +0000 (13:37 +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 386dab08e92158be3c59f49360d776c94db24636..e501f1d45b8bf9a9a54b65706040a4bb92e074f4 100644 (file)
@@ -8015,7 +8015,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 b667fca9f670aeda139d989da4eebfc53121eac7..6ec68226037fb08dba0275d702efe35f17839db2 100644 (file)
@@ -5058,7 +5058,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 850028557d384f893a5d0d9ae6bef1539d926f5d..a243bacac8ddd055a9897133d991fbb92c97a3fc 100644 (file)
@@ -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>