Hi, > Also specify a user name corresponding to a role that has > the SUPERUSER and LOGIN privileges on the primary
We recommend that the role with REPLICATION privilege instead of SUPERUSER one should be used for replication. So, in the above description about primary_conninfo parameter, "SUPERUSER" should be changed to "REPLICATION"? The attached patch does s/"SUPERUSER"/"REPLICATION". Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 4678cdd..8647024 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
-- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs