From 72590b3a69baaf24d1090a2c2ceb9181be34043e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 22 Apr 2014 18:10:14 -0400 Subject: [PATCH] docs: clearify use of pg_database.datistemplate Patch by Rajeev rastogi --- doc/src/sgml/catalogs.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index c174e672adb..e8f21d54194 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. -- 2.39.5