aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-10-26 13:57:18 +0900
committerMichael Paquier <michael@paquier.xyz>2021-10-26 13:57:18 +0900
commit8af09daf5629e9b85f37cc23983819b8ccd11b43 (patch)
tree9578d37cdf03468cc7ecebf38c00631455a52db1
parent0db343dc13bc8657976c39ddbf7e0c7db8b2efff (diff)
downloadpostgresql-8af09daf5629e9b85f37cc23983819b8ccd11b43.tar.gz
postgresql-8af09daf5629e9b85f37cc23983819b8ccd11b43.zip
doc: Fix grammar in page of pg_receivewal
Introduced by f61e1dd. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20211026.112304.1962954080884317968.horikyota.ntt@gmail.com
-rw-r--r--doc/src/sgml/ref/pg_receivewal.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml
index d3c74882937..9fde2fd2ef6 100644
--- a/doc/src/sgml/ref/pg_receivewal.sgml
+++ b/doc/src/sgml/ref/pg_receivewal.sgml
@@ -90,7 +90,7 @@ PostgreSQL documentation
<listitem>
<para>
- If a starting point cannot not be calculated with the previous method,
+ If a starting point cannot be calculated with the previous method,
and if a replication slot is used, an extra
<command>READ_REPLICATION_SLOT</command> command is issued to retrieve
the slot's <literal>restart_lsn</literal> to use as starting point.