superuser statussuperuser>>
- A database superuser bypasses all permission checks. This is a
+ A database superuser bypasses all permission checks, except the right
+ to log in or the right to initiate replication. This is a
dangerous privilege and should not be used carelessly; it is best
to do most of your work as a role that is not a superuser.
To create a new database superuser, use CREATE ROLE
+
+
initiating replicationrole>privilege to initiate replication>>
+
+ A role must explicitly be given permission to initiate streaming
+ replication (superusers do not bypass this check). A role used
+ for streaming replication must always have LOGIN>
+ permission as well. To create such a role, use
+ CREATE ROLE name REPLICATION
+ LOGIN.
+
+
+
+