doc: Add more information about logical replication privileges
authorPeter Eisentraut
Wed, 11 Apr 2018 13:01:57 +0000 (09:01 -0400)
committerPeter Eisentraut
Wed, 11 Apr 2018 13:02:34 +0000 (09:02 -0400)
In particular, the requirement to have SELECT privilege for the initial
table copy was previously not documented.

Author: Shinoda, Noriyoshi 

doc/src/sgml/logical-replication.sgml

index fa0bb56b7bf91960bbab3de924afc0be91b63236..83795f036a64f515e3c74d71a679c6f147b66dbf 100644 (file)
   
    The role used for the replication connection must have
    the REPLICATION attribute (or be a superuser).  Access for the role must be
-   configured in pg_hba.conf.
+   configured in pg_hba.conf and it must have the
+   LOGIN attribute.
+  
+
+  
+   In order to be able to copy the initial table data, the role used for the
+   replication connection must have the SELECT privilege on
+   a published table (or be a superuser).