|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.49 2006/11/05 22:42:07 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.50 2007/01/20 15:43:54 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="managing-databases">
|
4 | 4 | <title>Managing Databases</title>
|
@@ -257,7 +257,8 @@ createdb -T template0 <replaceable>dbname</>
|
257 | 257 | For example, one could drop <literal>template1</> and recreate it from
|
258 | 258 | <literal>template0</> without any ill effects. This course of action
|
259 | 259 | might be advisable if one has carelessly added a bunch of junk in
|
260 |
| - <literal>template1</>. |
| 260 | + <literal>template1</>. (To delete <literal>template1</literal>, |
| 261 | + it must have <literal>datistemplate = false</>.) |
261 | 262 | </para>
|
262 | 263 |
|
263 | 264 | <para>
|
|