diff --git a/doc/configuration-permissions.xml b/doc/configuration-permissions.xml
index 6d6e2619..fb0038c4 100644
--- a/doc/configuration-permissions.xml
+++ b/doc/configuration-permissions.xml
@@ -7,12 +7,19 @@
- &repmgr; will create an extension database containing objects
- for administering &repmgr; metadata. The user defined in the conninfo
- setting must be able to access all objects. Additionally, superuser permissions
- are required to install the &repmgr; extension. The easiest way to do this
- is create the &repmgr; user as a superuser, however if this is not
- desirable, the &repmgr; user can be created as a normal user and a
- superuser specified with --superuser when registering a &repmgr; node.
+ &repmgr; requires that the database defined in the conninfo
+ setting contains the repmgr extension. The database user defined in the
+ conninfo setting must be able to access this database and
+ the database objects contained within the extension.
+
+
+ The repmgr extension can only be installed by a superuser.
+ If the &repmgr; user is a superuser, &repmgr; will create the extension automatically.
+
+
+
+ Alternatively, the extension can be created manually by a superuser
+ (with "CREATE EXTENSION repmgr") before executing
+ repmgr primary register.