No more need to create groups manually.
authorBruce Momjian
Sun, 9 Apr 2000 12:14:25 +0000 (12:14 +0000)
committerBruce Momjian
Sun, 9 Apr 2000 12:14:25 +0000 (12:14 +0000)
doc/src/sgml/ref/grant.sgml

index 855d7302e64c2767ab3b3138c9566b3935df1aba..de406f798ba4ef229dfa39ee886e8850c6805334 100644 (file)
@@ -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;
-      
-     
-