diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2015-11-23 19:30:36 +0300 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2015-11-23 19:30:36 +0300 |
commit | f01fcd0e41721510ca76906c670ddb051e628bc1 (patch) | |
tree | c902695c67006b7297ce81b53ae8ceb87fcdd852 | |
parent | f1824e55137fc7a30d5ac11aafdaba533fc1a6b5 (diff) |
Clarify pg_rewind connection requirements.
Per http://www.postgresql.org/message-id/flat/564C4CE6.9000509@postgrespro.ru
Pavel Luzanov <p.luzanov@postgrespro.ru>
-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 9cdfa902f5a..ef0cc280d14 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> |