Skip to content
Snippets Groups Projects
Commit d0035257 authored by Teodor Sigaev's avatar Teodor Sigaev
Browse files

Clarify pg_rewind connection requirements.

parent 2ef7a985
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment