Document basebackup_to_shell.required_role.
authorRobert Haas <rhaas@postgresql.org>
Tue, 29 Mar 2022 14:06:07 +0000 (10:06 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 30 Mar 2022 19:40:04 +0000 (15:40 -0400)
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

doc/src/sgml/basebackup-to-shell.sgml

index f36f37e5104faf57d3507061ed34f92413e6d92f..9f44071d502c606e7c9f389a5a3a5d0be04616eb 100644 (file)
      </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>