projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b1fa6
)
Document that to remove template1, datistemplate must be 'false'.
author
Bruce Momjian
<
[email protected]
>
Sat, 20 Jan 2007 15:43:58 +0000
(15:43 +0000)
committer
Bruce Momjian
<
[email protected]
>
Sat, 20 Jan 2007 15:43:58 +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 4556b571f2d0f382a5e69d7a757abccd1c12bbd5..98047f02c2fe83ead0adcf413f0ab0c85ae20861 100644
(file)
--- a/
doc/src/sgml/manage-ag.sgml
+++ b/
doc/src/sgml/manage-ag.sgml
@@
-257,7
+257,8
@@
createdb -T template0 <replaceable>dbname</>
For example, one could drop <literal>template1</> and recreate it from
<literal>template0</> without any ill effects. This course of action
might be advisable if one has carelessly added a bunch of junk in
- <literal>template1</>.
+ <literal>template1</>. (To delete <literal>template1</literal>,
+ it must have <literal>datistemplate = false</>.)
</para>
<para>