diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-04-19 15:26:49 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-04-19 15:26:49 -0400 |
commit | 012025f9ae20e174b81f71af45b467f9a62fe478 (patch) | |
tree | 3667774eb7dda403bb6ecc0cb19df6e4d19201a7 /doc/src | |
parent | 0e8beed515b78d5a987c04ec047b7c9bee69ac83 (diff) | |
download | postgresql-012025f9ae20e174b81f71af45b467f9a62fe478.tar.gz postgresql-012025f9ae20e174b81f71af45b467f9a62fe478.zip |
doc: CREATE DATABASE doesn't copy template database-level config params
Report by Alexey Bashtanov
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_database.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index 8e99761b69d..5af89815207 100644 --- 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 |