mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Add semicolon
Tatsuo Ishii
This commit is contained in:
parent
058841301c
commit
147c742aa2
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -127,14 +127,14 @@ where <replaceable class="PARAMETER">option</replaceable> can be:
|
|||||||
<para>
|
<para>
|
||||||
Create an empty group:
|
Create an empty group:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
CREATE GROUP staff
|
CREATE GROUP staff;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Create a group with members:
|
Create a group with members:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
CREATE GROUP marketing WITH USER jonathan, david
|
CREATE GROUP marketing WITH USER jonathan, david;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user