projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
552348c
)
Document that to remove template1, datistemplate must be 'false'.
author
Bruce Momjian
Sat, 20 Jan 2007 15:43:54 +0000
(15:43 +0000)
committer
Bruce Momjian
Sat, 20 Jan 2007 15:43:54 +0000
(15:43 +0000)
Backpatch to 8.2.
doc/src/sgml/manage-ag.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/manage-ag.sgml
b/doc/src/sgml/manage-ag.sgml
index e86cac91e4d1a376acd80f718b82f423bab6f8ca..1b13adc038a19dcb87ea064fddd3e05526bf4891 100644
(file)
--- 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>.)