|
1 | 1 | <!--
|
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 $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -151,7 +151,6 @@ GRANT <replaceable class="PARAMETER">privilege</replaceable> [, ...] ON <replace
|
151 | 151 | <listitem>
|
152 | 152 | <para>
|
153 | 153 | 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. |
155 | 154 | </para>
|
156 | 155 | </listitem>
|
157 | 156 | </varlistentry>
|
@@ -271,17 +270,6 @@ ERROR: ChangeAcl: class "<replaceable class="PARAMETER">object</replaceable>" n
|
271 | 270 | arwR -- ALL
|
272 | 271 | </programlisting>
|
273 | 272 |
|
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> |
285 | 273 | </para>
|
286 | 274 |
|
287 | 275 | <para>
|
|