Skip to content

Commit 349baa8

Browse files
committed
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
1 parent 1c1294b commit 349baa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_database.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PostgreSQL documentation
2222
<refsynopsisdiv>
2323
<synopsis>
2424
CREATE DATABASE <replaceable class="parameter">name</replaceable>
25-
[ [ WITH ] [ OWNER [=] <replaceable class="parameter">user_name</replaceable> ]
25+
[ WITH ] [ OWNER [=] <replaceable class="parameter">user_name</replaceable> ]
2626
[ TEMPLATE [=] <replaceable class="parameter">template</replaceable> ]
2727
[ ENCODING [=] <replaceable class="parameter">encoding</replaceable> ]
2828
[ STRATEGY [=] <replaceable class="parameter">strategy</replaceable> ] ]
@@ -36,7 +36,7 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
3636
[ ALLOW_CONNECTIONS [=] <replaceable class="parameter">allowconn</replaceable> ]
3737
[ CONNECTION LIMIT [=] <replaceable class="parameter">connlimit</replaceable> ]
3838
[ IS_TEMPLATE [=] <replaceable class="parameter">istemplate</replaceable> ]
39-
[ OID [=] <replaceable class="parameter">oid</replaceable> ] ]
39+
[ OID [=] <replaceable class="parameter">oid</replaceable> ]
4040
</synopsis>
4141
</refsynopsisdiv>
4242

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