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