Commit d0035257 authored by Teodor Sigaev's avatar Teodor Sigaev

Clarify pg_rewind connection requirements.

Per http://www.postgresql.org/message-id/flat/564C4CE6.9000509@postgrespro.ru
Pavel Luzanov <p.luzanov@postgrespro.ru>
parent 2ef7a985
...@@ -130,7 +130,9 @@ PostgreSQL documentation ...@@ -130,7 +130,9 @@ PostgreSQL documentation
<para> <para>
Specifies a libpq connection string to connect to the source Specifies a libpq connection string to connect to the source
<productname>PostgreSQL</> server to synchronize the target with. <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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment