@@ -85,11 +85,10 @@ PostgreSQL documentation
85
85
<term><option>--admin=<replaceable class="parameter">role</replaceable></option></term>
86
86
<listitem>
87
87
<para>
88
- Indicates a role that will be immediately added as a member of the new
88
+ Indicates an existing role that will be automatically added as a member of the new
89
89
role with admin option, giving it the right to grant membership in the
90
- new role to others. Multiple roles to add as members (with admin
91
- option) of the new role can be specified by writing multiple
92
- <option>-a</option> switches.
90
+ new role to others. Multiple existing roles can be specified by
91
+ writing multiple <option>-a</option> switches.
93
92
</para>
94
93
</listitem>
95
94
</varlistentry>
@@ -153,11 +152,10 @@ PostgreSQL documentation
153
152
<term><option>--role=<replaceable class="parameter">role</replaceable></option></term>
154
153
<listitem>
155
154
<para>
156
- Indicates a role to which this role will be added immediately as a new
157
- member. Multiple roles to which this role will be added as a member
158
- can be specified by writing multiple
159
- <option>-g</option> switches.
160
- </para>
155
+ Indicates the new role should be automatically added as a member
156
+ of the specified existing role. Multiple existing roles can be
157
+ specified by writing multiple <option>-g</option> switches.
158
+ </para>
161
159
</listitem>
162
160
</varlistentry>
163
161
@@ -227,9 +225,9 @@ PostgreSQL documentation
227
225
<term><option>--member=<replaceable class="parameter">role</replaceable></option></term>
228
226
<listitem>
229
227
<para>
230
- Indicates role that will be immediately added as a member of the new
231
- role. Multiple roles to add as members of the new role can be specified
232
- by writing multiple <option>-m</option> switches.
228
+ Indicates the specified existing role should be automatically
229
+ added as a member of the new role. Multiple existing roles can
230
+ be specified by writing multiple <option>-m</option> switches.
233
231
</para>
234
232
</listitem>
235
233
</varlistentry>
0 commit comments