diff options
-rw-r--r-- | doc/src/sgml/basebackup-to-shell.sgml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/src/sgml/basebackup-to-shell.sgml b/doc/src/sgml/basebackup-to-shell.sgml index f36f37e5104..9f44071d502 100644 --- a/doc/src/sgml/basebackup-to-shell.sgml +++ b/doc/src/sgml/basebackup-to-shell.sgml @@ -55,6 +55,23 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term> + <varname>basebackup_to_shell.required_role</varname> (<type>string</type>) + <indexterm> + <primary><varname>basebackup_to_shell.required_role</varname> configuration parameter</primary> + </indexterm> + </term> + <listitem> + <para> + A role which replication whose privileges users are required to possess + in order to make use of the <literal>shell</literal> backup target. + If this is not set, any replication user may make use of the + <literal>shell</literal> backup target. + </para> + </listitem> + </varlistentry> </variablelist> </sect2> |