aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2022-04-13 12:01:23 +1200
committerDavid Rowley <drowley@postgresql.org>2022-04-13 12:01:23 +1200
commitd27323db7c451462387cd284275e1e79c59f7bac (patch)
treef4791d2f89ad89ce8382cc02aaadece250f6e5d3
parent0f0b76b67a064083c77a25a307592c55ab5f2930 (diff)
downloadpostgresql-d27323db7c451462387cd284275e1e79c59f7bac.tar.gz
postgresql-d27323db7c451462387cd284275e1e79c59f7bac.zip
Docs: adjust wording about basebackup_to_shell's required_role GUC
Author: Justin Pryzby Reviewed-by: Robert Haas Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
-rw-r--r--doc/src/sgml/basebackup-to-shell.sgml7
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 9f44071d502..85868db3c15 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>