From 012025f9ae20e174b81f71af45b467f9a62fe478 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 19 Apr 2014 15:26:49 -0400 Subject: [PATCH] doc: CREATE DATABASE doesn't copy template database-level config params Report by Alexey Bashtanov --- doc/src/sgml/ref/create_database.sgml | 6 ++++++ 1 file changed, 6 insertions(+) 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