diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 75551d8..7c1ee7c 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -485,8 +485,9 @@
 
   <para>
    The role used for the replication connection must have
-   the <literal>REPLICATION</literal> attribute (or be a superuser).  Access for the role must be
+   the <literal>REPLICATION</literal> attribute and the <literal>LOGIN</literal> attribute (or be a superuser).  Access for the role must be
    configured in <filename>pg_hba.conf</filename>.
+In order to copy the initial snapshot, the role must be granted <literal>SELECT</literal> privilege on the replication target table.
   </para>
 
   <para>
