0001-Master - Additional info for create role with REPLICATION.diff

application/octet-stream

Filename: 0001-Master - Additional info for create role with REPLICATION.diff
Type: application/octet-stream
Part: 0
Message: Additional info for CREATE ROLE with REPLICATION
diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml
index cee23b1ea6b..6f453ea4e32 100644
--- a/doc/src/sgml/ref/create_role.sgml
+++ b/doc/src/sgml/ref/create_role.sgml
@@ -197,7 +197,8 @@ in sync when changing the above synopsis!
         used for replication. If not specified,
         <literal>NOREPLICATION</literal> is the default.
         Only superuser roles or roles with <literal>REPLICATION</literal>
-        can specify <literal>REPLICATION</literal>.
+        can specify <literal>REPLICATION</literal>. Additionally, this role
+        needs to have read permissions on the objects belonging to the replication.
        </para>
       </listitem>
      </varlistentry>