mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Use lower-case SGML attribute values
for DocBook XML compatibility
This commit is contained in:
@ -21,9 +21,9 @@ PostgreSQL documentation
|
||||
|
||||
<refsynopsisdiv>
|
||||
<synopsis>
|
||||
CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replaceable class="PARAMETER">option</replaceable> [ ... ] ]
|
||||
CREATE USER <replaceable class="parameter">name</replaceable> [ [ WITH ] <replaceable class="parameter">option</replaceable> [ ... ] ]
|
||||
|
||||
<phrase>where <replaceable class="PARAMETER">option</replaceable> can be:</phrase>
|
||||
<phrase>where <replaceable class="parameter">option</replaceable> can be:</phrase>
|
||||
|
||||
SUPERUSER | NOSUPERUSER
|
||||
| CREATEDB | NOCREATEDB
|
||||
@ -32,15 +32,15 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
|
||||
| LOGIN | NOLOGIN
|
||||
| REPLICATION | NOREPLICATION
|
||||
| BYPASSRLS | NOBYPASSRLS
|
||||
| CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
|
||||
| [ ENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
|
||||
| VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'
|
||||
| IN ROLE <replaceable class="PARAMETER">role_name</replaceable> [, ...]
|
||||
| IN GROUP <replaceable class="PARAMETER">role_name</replaceable> [, ...]
|
||||
| ROLE <replaceable class="PARAMETER">role_name</replaceable> [, ...]
|
||||
| ADMIN <replaceable class="PARAMETER">role_name</replaceable> [, ...]
|
||||
| USER <replaceable class="PARAMETER">role_name</replaceable> [, ...]
|
||||
| SYSID <replaceable class="PARAMETER">uid</replaceable>
|
||||
| CONNECTION LIMIT <replaceable class="parameter">connlimit</replaceable>
|
||||
| [ ENCRYPTED ] PASSWORD '<replaceable class="parameter">password</replaceable>'
|
||||
| VALID UNTIL '<replaceable class="parameter">timestamp</replaceable>'
|
||||
| IN ROLE <replaceable class="parameter">role_name</replaceable> [, ...]
|
||||
| IN GROUP <replaceable class="parameter">role_name</replaceable> [, ...]
|
||||
| ROLE <replaceable class="parameter">role_name</replaceable> [, ...]
|
||||
| ADMIN <replaceable class="parameter">role_name</replaceable> [, ...]
|
||||
| USER <replaceable class="parameter">role_name</replaceable> [, ...]
|
||||
| SYSID <replaceable class="parameter">uid</replaceable>
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
|
Reference in New Issue
Block a user