From: Teodor Sigaev Date: Mon, 23 Nov 2015 16:27:01 +0000 (+0300) Subject: Clarify pg_rewind connection requirements. X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=d00352573a1d5cf685397d5776c36b625c3f0c79;p=users%2Frhaas%2Fpostgres.git Clarify pg_rewind connection requirements. Per http://www.postgresql.org/message-id/flat/564C4CE6.9000509@postgrespro.ru Pavel Luzanov --- diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index 9cdfa902f5..ef0cc280d1 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -130,7 +130,9 @@ PostgreSQL documentation Specifies a libpq connection string to connect to the source 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.