Doc: Fix punctuation errors
authorJohn Naylor <john.naylor@postgresql.org>
Wed, 12 Feb 2025 06:41:30 +0000 (13:41 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Wed, 12 Feb 2025 06:41:30 +0000 (13:41 +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

index c2318844ca8f9558c46c93f4f6df4ab98e0249cd..34966d21467dfc52279ef1c25ac62ba86596fce8 100644 (file)
@@ -7489,7 +7489,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 567b2072d6372a2fe2fad29abee3c4511154fad9..e438b3ce8108024fd2ddcb28fc5aad71b89fc7df 100644 (file)
@@ -4756,7 +4756,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>