Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2d12bc1

Browse files
committed
Fix typo (add ;)
1 parent 7dc4a45 commit 2d12bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/alter_group.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.5 2001/09/03 12:57:49 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.6 2001/09/12 01:55:25 ishii Exp $
33
Postgres documentation
44
-->
55

@@ -111,13 +111,13 @@ ALTER GROUP <replaceable class="PARAMETER">name</replaceable> DROP USER <replace
111111
Add users to a group:
112112

113113
<programlisting>
114-
ALTER GROUP staff ADD USER karl, john
114+
ALTER GROUP staff ADD USER karl, john;
115115
</programlisting>
116116

117117
Remove a user from a group:
118118

119119
<programlisting>
120-
ALTER GROUP workers DROP USER beth
120+
ALTER GROUP workers DROP USER beth;
121121
</programlisting>
122122

123123
</para>

0 commit comments

Comments
 (0)