Document that to remove template1, datistemplate must be 'false'.
authorBruce Momjian
Sat, 20 Jan 2007 15:43:54 +0000 (15:43 +0000)
committerBruce Momjian
Sat, 20 Jan 2007 15:43:54 +0000 (15:43 +0000)
Backpatch to 8.2.

doc/src/sgml/manage-ag.sgml

index e86cac91e4d1a376acd80f718b82f423bab6f8ca..1b13adc038a19dcb87ea064fddd3e05526bf4891 100644 (file)
@@ -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.)