mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add --{no-,}replication flags to createuser.
Fujii Masao, reviewed by Cédric Villemain, with some doc changes by me.
This commit is contained in:
@ -240,6 +240,28 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user