projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0588413
)
Add semicolon
author
Tatsuo Ishii
Fri, 14 Sep 2001 07:59:31 +0000
(07:59 +0000)
committer
Tatsuo Ishii
Fri, 14 Sep 2001 07:59:31 +0000
(07:59 +0000)
Tatsuo Ishii
doc/src/sgml/ref/create_group.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_group.sgml
b/doc/src/sgml/ref/create_group.sgml
index f88caa6405b2310733068ee144ee139d8a300bf2..6556997022ac6d83eb33ff4561c6bdb993950208 100644
(file)
--- a/
doc/src/sgml/ref/create_group.sgml
+++ b/
doc/src/sgml/ref/create_group.sgml
@@
-1,5
+1,5
@@
@@
-127,14
+127,14
@@
where
option
can be:
Create an empty group:
-CREATE GROUP staff
+CREATE GROUP staff
;
Create a group with members:
-CREATE GROUP marketing WITH USER jonathan, david
+CREATE GROUP marketing WITH USER jonathan, david
;