diff options
author | Robert Haas | 2022-03-29 14:06:07 +0000 |
---|---|---|
committer | Robert Haas | 2022-03-30 19:40:04 +0000 |
commit | 26a0c025e233c3d4333f071bde4ac970ba1ec643 (patch) | |
tree | 84164f9d39b8cda4ac918d0e16a4998093524451 | |
parent | 7ae1619bc5b1794938c7387a766b8cae34e38d8a (diff) |
Document basebackup_to_shell.required_role.
Omission noted by Joe Conway.
Discussion: https://postgr.es/m/CA+Tgmoat+zbzzZQJ7poXyUwiqxQxTaUid=auB4FejZ15VvDh4Q@mail.gmail.com
Discussion: https://postgr.es/m/[email protected]
-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 f36f37e510..9f44071d50 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> |