File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/alter_user.sgml,v 1.36 2005/01/05 14:22:39 petere Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_user.sgml,v 1.37 2005/01/06 00:11:14 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -24,9 +24,9 @@ ALTER USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replace
24
24
25
25
where <replaceable class="PARAMETER">option</replaceable> can be:
26
26
27
- [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
28
- | CREATEDB | NOCREATEDB
27
+ CREATEDB | NOCREATEDB
29
28
| CREATEUSER | NOCREATEUSER
29
+ | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
30
30
| VALID UNTIL '<replaceable class="PARAMETER">abstime</replaceable>'
31
31
32
32
ALTER USER <replaceable class="PARAMETER">name</replaceable> RENAME TO <replaceable>newname</replaceable>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/create_user.sgml,v 1.35 2005/01/05 14:22:39 petere Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/create_user.sgml,v 1.36 2005/01/06 00:11:14 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -25,10 +25,10 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
25
25
where <replaceable class="PARAMETER">option</replaceable> can be:
26
26
27
27
SYSID <replaceable class="PARAMETER">uid</replaceable>
28
- | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
29
28
| CREATEDB | NOCREATEDB
30
29
| CREATEUSER | NOCREATEUSER
31
30
| IN GROUP <replaceable class="PARAMETER">groupname</replaceable> [, ...]
31
+ | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
32
32
| VALID UNTIL '<replaceable class="PARAMETER">abstime</replaceable>'
33
33
</synopsis>
34
34
</refsynopsisdiv>
You can’t perform that action at this time.
0 commit comments