Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0588413 commit 147c742Copy full SHA for 147c742
doc/src/sgml/ref/create_group.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_group.sgml,v 1.4 2001/09/03 12:57:49 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_group.sgml,v 1.5 2001/09/14 07:59:31 ishii Exp $
3
Postgres documentation
4
-->
5
@@ -127,14 +127,14 @@ where <replaceable class="PARAMETER">option</replaceable> can be:
127
<para>
128
Create an empty group:
129
<programlisting>
130
-CREATE GROUP staff
+CREATE GROUP staff;
131
</programlisting>
132
</para>
133
134
135
Create a group with members:
136
137
-CREATE GROUP marketing WITH USER jonathan, david
+CREATE GROUP marketing WITH USER jonathan, david;
138
139
140
</refsect1>
0 commit comments