Skip to content

Commit d003525

Browse files
committed
Clarify pg_rewind connection requirements.
Per http://www.postgresql.org/message-id/flat/564C4CE6.9000509@postgrespro.ru Pavel Luzanov <p.luzanov@postgrespro.ru>
1 parent 2ef7a98 commit d003525

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/ref/pg_rewind.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ PostgreSQL documentation
130130
<para>
131131
Specifies a libpq connection string to connect to the source
132132
<productname>PostgreSQL</> server to synchronize the target with.
133-
The server must be up and running, and must not be in recovery mode.
133+
The connection must be a normal (non-replication) connection
134+
with superuser access. The server must be up and running,
135+
and must not be in recovery mode.
134136
</para>
135137
</listitem>
136138
</varlistentry>

0 commit comments

Comments
 (0)