diff options
author | David Rowley | 2022-04-13 00:01:23 +0000 |
---|---|---|
committer | David Rowley | 2022-04-13 00:01:23 +0000 |
commit | d27323db7c451462387cd284275e1e79c59f7bac (patch) | |
tree | f4791d2f89ad89ce8382cc02aaadece250f6e5d3 | |
parent | 0f0b76b67a064083c77a25a307592c55ab5f2930 (diff) |
Docs: adjust wording about basebackup_to_shell's required_role GUC
Author: Justin Pryzby
Reviewed-by: Robert Haas
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/basebackup-to-shell.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/basebackup-to-shell.sgml b/doc/src/sgml/basebackup-to-shell.sgml index 9f44071d50..85868db3c1 100644 --- a/doc/src/sgml/basebackup-to-shell.sgml +++ b/doc/src/sgml/basebackup-to-shell.sgml @@ -65,10 +65,9 @@ </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. + The role required 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> |