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

Commit147c742

Browse files
committed
Add semicolon
Tatsuo Ishii
1 parent0588413 commit147c742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/create_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/create_group.sgml,v 1.4 2001/09/03 12:57:49 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_group.sgml,v 1.5 2001/09/14 07:59:31 ishii Exp $
33
Postgres documentation
44
-->
55

@@ -127,14 +127,14 @@ where <replaceable class="PARAMETER">option</replaceable> can be:
127127
<para>
128128
Create an empty group:
129129
<programlisting>
130-
CREATE GROUP staff
130+
CREATE GROUP staff;
131131
</programlisting>
132132
</para>
133133

134134
<para>
135135
Create a group with members:
136136
<programlisting>
137-
CREATE GROUP marketing WITH USER jonathan, david
137+
CREATE GROUP marketing WITH USER jonathan, david;
138138
</programlisting>
139139
</para>
140140
</refsect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp