From 0ddc9b8bbfb52a950061768ffdea34101f3437ad Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 10 Mar 2020 13:54:27 +0900 Subject: [PATCH] doc: move database permission configuration to separate file --- doc/configuration-permissions.xml | 18 ++++++++++++++++++ doc/configuration.xml | 19 +------------------ doc/filelist.xml | 1 + 3 files changed, 20 insertions(+), 18 deletions(-) create mode 100644 doc/configuration-permissions.xml diff --git a/doc/configuration-permissions.xml b/doc/configuration-permissions.xml new file mode 100644 index 00000000..6d6e2619 --- /dev/null +++ b/doc/configuration-permissions.xml @@ -0,0 +1,18 @@ + + repmgr database user permissions + + + configuration + database user permissions + + + + &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. + + diff --git a/doc/configuration.xml b/doc/configuration.xml index dd952ded..fe94919d 100644 --- a/doc/configuration.xml +++ b/doc/configuration.xml @@ -318,23 +318,6 @@ &configuration-file-optional-settings; &configuration-file-log-settings; &configuration-file-service-commands; + &configuration-permissions; - - repmgr database user permissions - - - configuration - database user permissions - - - - &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. - - diff --git a/doc/filelist.xml b/doc/filelist.xml index 1226344b..e629d01f 100644 --- a/doc/filelist.xml +++ b/doc/filelist.xml @@ -21,6 +21,7 @@ +