doc: simplify WITH clause syntax in CREATE DATABASE
authorBruce Momjian
Wed, 31 Aug 2022 21:08:44 +0000 (17:08 -0400)
committerBruce Momjian
Wed, 31 Aug 2022 21:08:44 +0000 (17:08 -0400)
Reported-by: Rob
Discussion: https://postgr.es/m/20211016171149.yaouvlw5kvux6dvk@localhost

Author: Rob 

Backpatch-through: 10

doc/src/sgml/ref/create_database.sgml

index 420576c5e83eb9542cccd961f2a218c80566e09d..306ea85805f69d6a0b937a09f8cef4de3db4fb02 100644 (file)
@@ -22,7 +22,7 @@ PostgreSQL documentation
  
 
 CREATE DATABASE name
-    [ WITH ] [ OWNER [=] user_name ]
+    [ WITH ] [ OWNER [=] user_name ]
            [ TEMPLATE [=] template ]
            [ ENCODING [=] encoding ]
            [ LOCALE [=] locale ]
@@ -31,7 +31,7 @@ CREATE DATABASE name
            [ TABLESPACE [=] tablespace_name ]
            [ ALLOW_CONNECTIONS [=] allowconn ]
            [ CONNECTION LIMIT [=] connlimit ]
-           [ IS_TEMPLATE [=] istemplate ] ]
+           [ IS_TEMPLATE [=] istemplate ]