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 @@
The role used for the replication connection must have
- the REPLICATION attribute (or be a superuser). Access for the role must be
+ the REPLICATION attribute and the LOGIN attribute (or be a superuser). Access for the role must be
configured in pg_hba.conf.
+In order to copy the initial snapshot, the role must be granted SELECT privilege on the replication target table.