From: Bruce Momjian Date: Sat, 20 Jan 2007 15:43:58 +0000 (+0000) Subject: Document that to remove template1, datistemplate must be 'false'. X-Git-Tag: REL8_2_2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55391ab6a7e9ea4f1d73347ab4520ea4c47ae5da;p=thirdparty%2Fpostgresql.git Document that to remove template1, datistemplate must be 'false'. Backpatch to 8.2. --- diff --git a/doc/src/sgml/manage-ag.sgml b/doc/src/sgml/manage-ag.sgml index e86cac91e4d..28628c5e587 100644 --- a/doc/src/sgml/manage-ag.sgml +++ b/doc/src/sgml/manage-ag.sgml @@ -1,4 +1,4 @@ - + Managing Databases @@ -257,7 +257,8 @@ createdb -T template0 dbname For example, one could drop template1 and recreate it from template0 without any ill effects. This course of action might be advisable if one has carelessly added a bunch of junk in - template1. + template1. (To delete template1, + it must have datistemplate = false.)