summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/stream-check.sgml17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/src/sgml/stream-check.sgml b/doc/src/sgml/stream-check.sgml
index e44dae93f..8515b6510 100644
--- a/doc/src/sgml/stream-check.sgml
+++ b/doc/src/sgml/stream-check.sgml
@@ -52,6 +52,23 @@
Default is <literal>''</literal>(empty).
The user must have LOGIN privilege and exist on all the
<productname>PostgreSQL</> backends.
+ Moreover the user must be a <productname>PostgreSQL</productname>
+ super user or in "pg_monitor" group.
+ <note>
+ <para>
+ To make <xref linkend="guc-sr-check-user"> in pg_monitor
+ group, execute following SQL command
+ by <productname>PostgreSQL</productname> super user (replace
+ "sr_check_user" with the setting of <xref linkend="guc-sr-check-user">):
+ <programlisting>
+GRANT pg_monitor TO sr_check_user;
+ </programlisting>
+ For <productname>PostgreSQL</productname> 9.6, there's no
+ pg_monitor group and <xref linkend="guc-sr-check-user"> must
+ be <productname>PostgreSQL</productname> super user.
+ </para>
+ </note>
+
</para>
<para>
If <link linkend="runtime-ssl">SSL</link> is enabled, the