mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
doc: CREATE DATABASE doesn't copy template database-level config params
Report by Alexey Bashtanov
This commit is contained in:
parent
0e8beed515
commit
012025f9ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user