Commit 2d12bc1e authored by Tatsuo Ishii's avatar Tatsuo Ishii

Fix typo (add ;)

parent 7dc4a45a
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.5 2001/09/03 12:57:49 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.6 2001/09/12 01:55:25 ishii Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -111,13 +111,13 @@ ALTER GROUP <replaceable class="PARAMETER">name</replaceable> DROP USER <replace ...@@ -111,13 +111,13 @@ ALTER GROUP <replaceable class="PARAMETER">name</replaceable> DROP USER <replace
Add users to a group: Add users to a group:
<programlisting> <programlisting>
ALTER GROUP staff ADD USER karl, john ALTER GROUP staff ADD USER karl, john;
</programlisting> </programlisting>
Remove a user from a group: Remove a user from a group:
<programlisting> <programlisting>
ALTER GROUP workers DROP USER beth ALTER GROUP workers DROP USER beth;
</programlisting> </programlisting>
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment