aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/createuser.sgml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml
index 0c47fb49971..4cbfd69148c 100644
--- a/doc/src/sgml/ref/createuser.sgml
+++ b/doc/src/sgml/ref/createuser.sgml
@@ -241,6 +241,28 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
+ <term><option>--replication</></term>
+ <listitem>
+ <para>
+ The new user will have the REPLICATION privilege, which is
+ described more fully in the documentation for
+ <xref linkend="sql-createrole">.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--no-replication</></term>
+ <listitem>
+ <para>
+ The new user will not have the REPLICATION privilege, which is
+ described more fully in the documentation for
+ <xref linkend="sql-createrole">.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-V</></term>
<term><option>--version</></term>
<listitem>