projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86822df
)
In the manual section on primary_conninfo, recommend using a role with
author
Heikki Linnakangas
Wed, 14 Sep 2011 06:30:32 +0000
(09:30 +0300)
committer
Heikki Linnakangas
Wed, 14 Sep 2011 06:30:32 +0000
(09:30 +0300)
REPLICATION privileges, not SUPERUSER.
Fujii Masao
doc/src/sgml/recovery-config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/recovery-config.sgml
b/doc/src/sgml/recovery-config.sgml
index 4678cdd0d1f8624073013214371532f993d880e6..86470242eacb262f4fdfa72f72bdf008e179dec9 100644
(file)
--- a/
doc/src/sgml/recovery-config.sgml
+++ b/
doc/src/sgml/recovery-config.sgml
@@
-326,7
+326,7
@@
restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
of the primary server, as well as the port number if it is not
the same as the standby server's default.
Also specify a user name corresponding to a role that has the
-
SUPERUSER
> and
LOGIN> privileges on the
+
REPLICATION
> and
LOGIN> privileges on the
primary (see
).
A password needs to be provided too, if the primary demands password