diff options
author | Teodor Sigaev | 2015-11-23 16:27:01 +0000 |
---|---|---|
committer | Teodor Sigaev | 2015-11-23 16:27:01 +0000 |
commit | d00352573a1d5cf685397d5776c36b625c3f0c79 (patch) | |
tree | cccf978d08555744cd0900214e3a35bf499264f2 | |
parent | 2ef7a985fb9077aabeb480a23732c4d6ddb89ce5 (diff) |
Clarify pg_rewind connection requirements.
Per http://www.postgresql.org/message-id/flat/[email protected]
Pavel Luzanov <[email protected]>
-rw-r--r-- | doc/src/sgml/ref/pg_rewind.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
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 <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> |