Skip to content

Commit e0b9085

Browse files
committed
Re-readjust synopses for CREATE/ALTER USER.
1 parent 81c41e3 commit e0b9085

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/src/sgml/ref/alter_user.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -24,9 +24,9 @@ ALTER USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replace
2424

2525
where <replaceable class="PARAMETER">option</replaceable> can be:
2626

27-
[ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
28-
| CREATEDB | NOCREATEDB
27+
CREATEDB | NOCREATEDB
2928
| CREATEUSER | NOCREATEUSER
29+
| [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
3030
| VALID UNTIL '<replaceable class="PARAMETER">abstime</replaceable>'
3131

3232
ALTER USER <replaceable class="PARAMETER">name</replaceable> RENAME TO <replaceable>newname</replaceable>

doc/src/sgml/ref/create_user.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -25,10 +25,10 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
2525
where <replaceable class="PARAMETER">option</replaceable> can be:
2626

2727
SYSID <replaceable class="PARAMETER">uid</replaceable>
28-
| [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
2928
| CREATEDB | NOCREATEDB
3029
| CREATEUSER | NOCREATEUSER
3130
| IN GROUP <replaceable class="PARAMETER">groupname</replaceable> [, ...]
31+
| [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
3232
| VALID UNTIL '<replaceable class="PARAMETER">abstime</replaceable>'
3333
</synopsis>
3434
</refsynopsisdiv>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy