projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8beed
)
doc: CREATE DATABASE doesn't copy template database-level config params
author
Bruce Momjian
<bruce@momjian.us>
Sat, 19 Apr 2014 19:26:49 +0000
(15:26 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 19 Apr 2014 19:26:49 +0000
(15:26 -0400)
Report by Alexey Bashtanov
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 8e99761b69d98590b5b16ed5947ff5b283129176..5af898152079e9e621c3a916ed6c214e03a316d0 100644
(file)
--- a/
doc/src/sgml/ref/create_database.sgml
+++ b/
doc/src/sgml/ref/create_database.sgml
@@
-187,6
+187,12
@@
CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
wrapper program around this command, provided for convenience.
</para>
+ <para>
+ Database-level configuration parameters (set via <xref
+ linkend="sql-alterdatabase">) are not copied from the template
+ database.
+ </para>
+
<para>
Although it is possible to copy a database other than <literal>template1</>
by specifying its name as the template, this is not (yet) intended as