mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Add a new option, -g, to createuser, to add membership in a role.
Chistopher Browne, reviewed by Sameer Thakur, Amit Kapila, and Peter Eisentraut.
This commit is contained in:
@@ -130,6 +130,19 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-g <replaceable class="parameter">role</replaceable></></term>
|
||||
<term><option>--role=<replaceable class="parameter">role</replaceable></></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Indicates role to which this role will be added immediately as a new
|
||||
member. Multiple roles to which this role will be added as a member
|
||||
can be specified by writing multiple
|
||||
<option>-g</> switches.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-i</></term>
|
||||
<term><option>--inherit</></term>
|
||||
|
Reference in New Issue
Block a user