mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
doc: Fix some typos and grammar
This is a first batch of the fixes, for the most obvious fixes. A little bit more is under discussion. Author: Thom Brown, Justin Pryzby Discussion: https://postgr.es/m/CAA-aLv7xCZ0nBJa-NWe0rxBB28TjFjS2JtjiZMoQ+0wsugG+hQ@mail.gmail.com
This commit is contained in:
@@ -85,7 +85,7 @@ PostgreSQL documentation
|
||||
<term><option>--admin=<replaceable class="parameter">role</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Indicates role that will be immediately added as a member of the new
|
||||
Indicates a role that will be immediately added as a member of the new
|
||||
role with admin option, giving it the right to grant membership in the
|
||||
new role to others. Multiple roles to add as members (with admin
|
||||
option) of the new role can be specified by writing multiple
|
||||
@@ -153,7 +153,7 @@ PostgreSQL documentation
|
||||
<term><option>--role=<replaceable class="parameter">role</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Indicates role to which this role will be added immediately as a new
|
||||
Indicates a 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</option> switches.
|
||||
|
Reference in New Issue
Block a user