diff options
author | John Naylor <john.naylor@postgresql.org> | 2025-02-12 13:35:03 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2025-02-12 13:35:03 +0700 |
commit | 412047f19fcb978508a0e530acc23810db93de06 (patch) | |
tree | 4e5e904e7fc59bda434acb6ba4578fc4c4e77546 | |
parent | bf5710d3b6656516d828ebe9f6e2ffd49e54d084 (diff) |
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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 07ef9dcfb00..a77b6b43fb0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7263,7 +7263,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> |