Commit 012025f9 authored by Bruce Momjian's avatar Bruce Momjian

doc: CREATE DATABASE doesn't copy template database-level config params

Report by Alexey Bashtanov
parent 0e8beed5
...@@ -187,6 +187,12 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable> ...@@ -187,6 +187,12 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
wrapper program around this command, provided for convenience. wrapper program around this command, provided for convenience.
</para> </para>
<para>
Database-level configuration parameters (set via <xref
linkend="sql-alterdatabase">) are not copied from the template
database.
</para>
<para> <para>
Although it is possible to copy a database other than <literal>template1</> 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 by specifying its name as the template, this is not (yet) intended as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment