Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f49cbb5

Browse files
committed
No more need to create groups manually.
1 parent d888ca7 commit f49cbb5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

doc/src/sgml/ref/grant.sgml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.7 2000/04/09 12:08:33 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.8 2000/04/09 12:14:25 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -151,7 +151,6 @@ GRANT <replaceable class="PARAMETER">privilege</replaceable> [, ...] ON <replace
151151
<listitem>
152152
<para>
153153
A <replaceable class="PARAMETER">group</replaceable> to whom to grant privileges.
154-
In the current release, the group must be created explicitly as described below.
155154
</para>
156155
</listitem>
157156
</varlistentry>
@@ -271,17 +270,6 @@ ERROR: ChangeAcl: class "<replaceable class="PARAMETER">object</replaceable>" n
271270
arwR -- ALL
272271
</programlisting>
273272

274-
<tip>
275-
<para>
276-
Currently, to create a GROUP you have to insert
277-
data manually into table pg_group as:
278-
279-
<programlisting>
280-
INSERT INTO pg_group VALUES ('todos');
281-
CREATE USER miriam IN GROUP todos;
282-
</programlisting>
283-
</para>
284-
</tip>
285273
</para>
286274

287275
<para>

0 commit comments

Comments
 (0)