From 1819340def47fe7f207c79373390fca8259b9132 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 29 Mar 2022 10:06:07 -0400 Subject: [PATCH v2 2/2] Document basebackup_to_shell.required_role. Omission noted by Joe Conway. --- doc/src/sgml/basebackup-to-shell.sgml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 @@ + + + + basebackup_to_shell.required_role (string) + + basebackup_to_shell.required_role configuration parameter + + + + + A role which replication whose privileges users are required to possess + in order to make use of the shell backup target. + If this is not set, any replication user may make use of the + shell backup target. + + + -- 2.24.3 (Apple Git-128)