From: Bruce Momjian Date: Sat, 19 Apr 2014 19:26:49 +0000 (-0400) Subject: doc: CREATE DATABASE doesn't copy template database-level config params X-Git-Tag: REL9_4_BETA1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=012025f9ae20e174b81f71af45b467f9a62fe478;p=postgresql doc: CREATE DATABASE doesn't copy template database-level config params Report by Alexey Bashtanov --- diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index 8e99761b69..5af8981520 100644 --- a/doc/src/sgml/ref/create_database.sgml +++ b/doc/src/sgml/ref/create_database.sgml @@ -187,6 +187,12 @@ CREATE DATABASE name wrapper program around this command, provided for convenience. + + Database-level configuration parameters (set via ) are not copied from the template + database. + + Although it is possible to copy a database other than template1 by specifying its name as the template, this is not (yet) intended as