|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.50 2007/01/20 15:43:54 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.51 2007/01/22 02:47:56 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="managing-databases">
|
4 | 4 | <title>Managing Databases</title>
|
@@ -258,7 +258,7 @@ createdb -T template0 <replaceable>dbname</>
|
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 | 260 | <literal>template1</>. (To delete <literal>template1</literal>,
|
261 |
| - it must have <literal>datistemplate = false</>.) |
| 261 | + it must have <literal>pg_database.datistemplate = false</>.) |
262 | 262 | </para>
|
263 | 263 |
|
264 | 264 | <para>
|
|