mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 02:56:13 -04:00
doc: simplify WITH clause syntax in CREATE DATABASE
Reported-by: Rob <rirans@comcast.net> Discussion: https://postgr.es/m/20211016171149.yaouvlw5kvux6dvk@localhost Author: Rob <rirans@comcast.net> Backpatch-through: 10
This commit is contained in:
parent
cb9232d166
commit
cdb836cc2d
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ PostgreSQL documentation
|
|||
<refsynopsisdiv>
|
||||
<synopsis>
|
||||
CREATE DATABASE <replaceable class="parameter">name</replaceable>
|
||||
[ [ WITH ] [ OWNER [=] <replaceable class="parameter">user_name</replaceable> ]
|
||||
[ WITH ] [ OWNER [=] <replaceable class="parameter">user_name</replaceable> ]
|
||||
[ TEMPLATE [=] <replaceable class="parameter">template</replaceable> ]
|
||||
[ ENCODING [=] <replaceable class="parameter">encoding</replaceable> ]
|
||||
[ LC_COLLATE [=] <replaceable class="parameter">lc_collate</replaceable> ]
|
||||
|
|
@ -30,7 +30,7 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
|
|||
[ TABLESPACE [=] <replaceable class="parameter">tablespace_name</replaceable> ]
|
||||
[ ALLOW_CONNECTIONS [=] <replaceable class="parameter">allowconn</replaceable> ]
|
||||
[ CONNECTION LIMIT [=] <replaceable class="parameter">connlimit</replaceable> ]
|
||||
[ IS_TEMPLATE [=] <replaceable class="parameter">istemplate</replaceable> ] ]
|
||||
[ IS_TEMPLATE [=] <replaceable class="parameter">istemplate</replaceable> ]
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue