1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Clarify pg_rewind connection requirements.

Per http://www.postgresql.org/message-id/flat/564C4CE6.9000509@postgrespro.ru
Pavel Luzanov <p.luzanov@postgrespro.ru>
This commit is contained in:
Teodor Sigaev
2015-11-23 19:30:36 +03:00
parent f1824e5513
commit f01fcd0e41

View File

@ -130,7 +130,9 @@ PostgreSQL documentation
<para>
Specifies a libpq connection string to connect to the source
<productname>PostgreSQL</> server to synchronize the target with.
The server must be up and running, and must not be in recovery mode.
The connection must be a normal (non-replication) connection
with superuser access. The server must be up and running,
and must not be in recovery mode.
</para>
</listitem>
</varlistentry>