Fix typo in CREATE DATABASE syntax synopsis.
authorTom Lane
Tue, 31 May 2016 16:05:22 +0000 (12:05 -0400)
committerTom Lane
Tue, 31 May 2016 16:05:30 +0000 (12:05 -0400)
Misplaced "]", evidently a thinko in commit 213335c14.

doc/src/sgml/ref/create_database.sgml

index 138996bedc804382177585c12c0eb88b1da1fc03..cf33746c1e23c96f0b6e875400927c93a96ba03d 100644 (file)
@@ -29,8 +29,8 @@ CREATE DATABASE name
            [ LC_CTYPE [=] lc_ctype ]
            [ TABLESPACE [=] tablespace_name ]
            [ ALLOW_CONNECTIONS [=] allowconn ]
-           [ CONNECTION LIMIT [=] connlimit ] ]
-           [ IS_TEMPLATE [=] istemplate ]
+           [ CONNECTION LIMIT [=] connlimit ]
+           [ IS_TEMPLATE [=] istemplate ] ]