projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d888ca7
)
No more need to create groups manually.
author
Bruce Momjian
Sun, 9 Apr 2000 12:14:25 +0000
(12:14 +0000)
committer
Bruce Momjian
Sun, 9 Apr 2000 12:14:25 +0000
(12:14 +0000)
doc/src/sgml/ref/grant.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/grant.sgml
b/doc/src/sgml/ref/grant.sgml
index 855d7302e64c2767ab3b3138c9566b3935df1aba..de406f798ba4ef229dfa39ee886e8850c6805334 100644
(file)
--- 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;
-
-
-