diff --git a/doc/appendix-faq.sgml b/doc/appendix-faq.sgml
index ab3eac5b..68beb988 100644
--- a/doc/appendix-faq.sgml
+++ b/doc/appendix-faq.sgml
@@ -189,6 +189,14 @@
directory while the PostgreSQL server is not running, e.g. to confirm
it shut down cleanly during a switchover.
+
+ Additionally, this provides support when using &repmgr; on PostgreSQL 9.6 and
+ 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).
+