diff options
author | Michael Paquier | 2021-10-26 04:57:18 +0000 |
---|---|---|
committer | Michael Paquier | 2021-10-26 04:57:18 +0000 |
commit | 8af09daf5629e9b85f37cc23983819b8ccd11b43 (patch) | |
tree | 9578d37cdf03468cc7ecebf38c00631455a52db1 | |
parent | 0db343dc13bc8657976c39ddbf7e0c7db8b2efff (diff) |
doc: Fix grammar in page of pg_receivewal
Introduced by f61e1dd.
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/ref/pg_receivewal.sgml | 2 |
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 d3c7488293..9fde2fd2ef 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. |