File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.19 2001/09/03 12:57:49 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.20 2001/09/14 08:24:29 ishii Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -207,7 +207,7 @@ CREATE USER jonathan
207
207
<para>
208
208
Create a user with a password:
209
209
<programlisting>
210
- CREATE USER davide WITH PASSWORD 'jw8s0F4'
210
+ CREATE USER davide WITH PASSWORD 'jw8s0F4';
211
211
</programlisting>
212
212
</para>
213
213
@@ -217,14 +217,14 @@ CREATE USER davide WITH PASSWORD 'jw8s0F4'
217
217
valid:
218
218
219
219
<programlisting>
220
- CREATE USER miriam WITH PASSWORD 'jw8s0F4' VALID UNTIL 'Jan 1 2002'
220
+ CREATE USER miriam WITH PASSWORD 'jw8s0F4' VALID UNTIL 'Jan 1 2002';
221
221
</programlisting>
222
222
</para>
223
223
224
224
<para>
225
225
Create an account where the user can create databases:
226
226
<programlisting>
227
- CREATE USER manuel WITH PASSWORD 'jw8s0F4' CREATEDB
227
+ CREATE USER manuel WITH PASSWORD 'jw8s0F4' CREATEDB;
228
228
</programlisting>
229
229
</para>
230
230
</refsect1>
You can’t perform that action at this time.
0 commit comments