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 7dc4a45 commit 2d12bc1Copy full SHA for 2d12bc1
doc/src/sgml/ref/alter_group.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
Postgres documentation
4
-->
5
@@ -111,13 +111,13 @@ ALTER GROUP <replaceable class="PARAMETER">name</replaceable> DROP USER <replace
111
Add users to a group:
112
113
<programlisting>
114
-ALTER GROUP staff ADD USER karl, john
+ALTER GROUP staff ADD USER karl, john;
115
</programlisting>
116
117
Remove a user from a group:
118
119
120
-ALTER GROUP workers DROP USER beth
+ALTER GROUP workers DROP USER beth;
121
122
123
</para>
0 commit comments