projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef7a98
)
Clarify pg_rewind connection requirements.
author
Teodor Sigaev
<
[email protected]
>
Mon, 23 Nov 2015 16:27:01 +0000
(19:27 +0300)
committer
Teodor Sigaev
<
[email protected]
>
Mon, 23 Nov 2015 16:27:01 +0000
(19:27 +0300)
Per http://www.postgresql.org/message-id/flat/
564C4CE6
.
9000509
@postgrespro.ru
Pavel Luzanov <
[email protected]
>
doc/src/sgml/ref/pg_rewind.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_rewind.sgml
b/doc/src/sgml/ref/pg_rewind.sgml
index 9cdfa902f5acfcdeb2442a4f21e7acc404974564..ef0cc280d14bc455614b7a3b0623a122ddfab8f4 100644
(file)
--- 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>