aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-09-14 09:30:32 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-09-14 09:32:54 +0300
commit73341353107e712df052a1e29fb5b70c47f11c9c (patch)
treeeccea5161e1ae43a543b9e8265041c47d1fff059
parent663bee0d5c1e3ff2380377c7894499ae91eabd87 (diff)
downloadpostgresql-73341353107e712df052a1e29fb5b70c47f11c9c.tar.gz
postgresql-73341353107e712df052a1e29fb5b70c47f11c9c.zip
In the manual section on primary_conninfo, recommend using a role with
REPLICATION privileges, not SUPERUSER. Fujii Masao
-rw-r--r--doc/src/sgml/recovery-config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml
index 4678cdd0d1f..86470242eac 100644
--- 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
- <literal>SUPERUSER</> and <literal>LOGIN</> privileges on the
+ <literal>REPLICATION</> and <literal>LOGIN</> privileges on the
primary (see
<xref linkend="streaming-replication-authentication">).
A password needs to be provided too, if the primary demands password