projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc4a45
)
Fix typo (add ;)
author
Tatsuo Ishii
Wed, 12 Sep 2001 01:55:25 +0000
(
01:55
+0000)
committer
Tatsuo Ishii
Wed, 12 Sep 2001 01:55:25 +0000
(
01:55
+0000)
doc/src/sgml/ref/alter_group.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_group.sgml
b/doc/src/sgml/ref/alter_group.sgml
index 415049445fd8d16d5e8384ed47d0edfd4d8abe8c..c2072f8f1532e886a28b100d1ce08f9991541757 100644
(file)
--- a/
doc/src/sgml/ref/alter_group.sgml
+++ b/
doc/src/sgml/ref/alter_group.sgml
@@
-1,5
+1,5
@@
@@
-111,13
+111,13
@@
ALTER GROUP
name
DROP USER
Add users to a group:
-ALTER GROUP staff ADD USER karl, john
+ALTER GROUP staff ADD USER karl, john
;
Remove a user from a group:
-ALTER GROUP workers DROP USER beth
+ALTER GROUP workers DROP USER beth
;