From: Bruce Momjian Date: Tue, 22 Apr 2014 22:10:14 +0000 (-0400) Subject: docs: clearify use of pg_database.datistemplate X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=72590b3a69baaf24d1090a2c2ceb9181be34043e;p=users%2Fheikki%2Fpostgres.git docs: clearify use of pg_database.datistemplate Patch by Rajeev rastogi --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index c174e672ad..e8f21d5419 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2581,10 +2581,10 @@ bool - If true then this database can be used in the - TEMPLATE clause of CREATE - DATABASE to create a new database as a clone of - this one + If true, then this database can be cloned by + any user with CREATEDB privileges; + if false, then only superusers or the owner of + the database can clone it.