From 1196821457d0db16e5650d6eb27394e5dd63d5c4 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 1 Oct 2019 10:29:44 +0900 Subject: [PATCH] doc: update FAQ Note pg_monitor default role as well, and link to relevant section in the PostgreSQL documentation. --- doc/appendix-faq.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/appendix-faq.xml b/doc/appendix-faq.xml index e4adfba6..8d2a0f3c 100644 --- a/doc/appendix-faq.xml +++ b/doc/appendix-faq.xml @@ -199,8 +199,13 @@ earlier, where the repmgr user is not a superuser; in that case the repmgr user will not be able to access the data_directory configuration setting, access to which is restricted - to superusers. (In PostgreSQL 10 and later, non-superusers can be added to the - group which will enable them to read this setting). + to superusers. + + + In PostgreSQL 10 and later, non-superusers can be added to the + default role + (or the meta-role ) + which will enable them to read this setting.