projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2973d7d
)
Fix typo in CREATE DATABASE syntax synopsis.
author
Tom Lane
Tue, 31 May 2016 16:05:22 +0000
(12:05 -0400)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_database.sgml
b/doc/src/sgml/ref/create_database.sgml
index 138996bedc804382177585c12c0eb88b1da1fc03..cf33746c1e23c96f0b6e875400927c93a96ba03d 100644
(file)
--- a/
doc/src/sgml/ref/create_database.sgml
+++ b/
doc/src/sgml/ref/create_database.sgml
@@
-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
]
]