aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2025-02-12 13:41:30 +0700
committerJohn Naylor <john.naylor@postgresql.org>2025-02-12 13:41:30 +0700
commit80b23bf5b858d54c31c3231e480c770de401b7a5 (patch)
tree3a489c623ec407010f19bb60f90af127f57f8ccb
parent6884202705699820ec9427d1fba7eeba0e2de03e (diff)
downloadpostgresql-80b23bf5b858d54c31c3231e480c770de401b7a5.tar.gz
postgresql-80b23bf5b858d54c31c3231e480c770de401b7a5.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.sgml2
-rw-r--r--doc/src/sgml/libpq.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index c2318844ca8..34966d21467 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -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>
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 567b2072d63..e438b3ce810 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -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>