diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 855d7302e6..de406f798b 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -1,5 +1,5 @@ @@ -151,7 +151,6 @@ GRANT privilege [, ...] ON A group to whom to grant privileges. - In the current release, the group must be created explicitly as described below. @@ -271,17 +270,6 @@ ERROR: ChangeAcl: class "object" n arwR -- ALL - - - Currently, to create a GROUP you have to insert - data manually into table pg_group as: - - -INSERT INTO pg_group VALUES ('todos'); -CREATE USER miriam IN GROUP todos; - - -