|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.7 2001/03/19 16:19:26 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.7.2.1 2001/07/06 02:13:04 ishii Exp $ --> |
2 | 2 | <chapter id="backup">
|
3 | 3 | <title>Backup and Restore</title>
|
4 | 4 |
|
@@ -102,7 +102,7 @@ psql <replaceable class="parameter">dbname</replaceable> < <replaceable class
|
102 | 102 | for the pg_dump command. The database <replaceable
|
103 | 103 | class="parameter">dbname</replaceable> will not be created by this
|
104 | 104 | command, you must create it yourself from template0 before executing
|
105 |
| - <application>psql</> (e.g., with <userinput>createdb -t template0 |
| 105 | + <application>psql</> (e.g., with <userinput>createdb -T template0 |
106 | 106 | <replaceable class="parameter">dbname</></userinput>).
|
107 | 107 | <application>psql</> supports similar options to <application>pg_dump</>
|
108 | 108 | for controlling the database server location and the user names. See
|
|