diff options
author | Robert Haas <rhaas@postgresql.org> | 2022-03-29 10:06:07 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2022-03-30 15:40:04 -0400 |
commit | 26a0c025e233c3d4333f071bde4ac970ba1ec643 (patch) | |
tree | 84164f9d39b8cda4ac918d0e16a4998093524451 | |
parent | 7ae1619bc5b1794938c7387a766b8cae34e38d8a (diff) | |
download | postgresql-26a0c025e233c3d4333f071bde4ac970ba1ec643.tar.gz postgresql-26a0c025e233c3d4333f071bde4ac970ba1ec643.zip |
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/744cf762-47d3-050f-5fa1-d4f9e8dbae2e@joeconway.com
-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> |