Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d12bc1

Browse files
committed
Fix typo (add ;)
1 parent7dc4a45 commit2d12bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/alter_group.sgml

Lines changed: 3 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp