File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 $ -->
22<chapter id="backup">
33 <title>Backup and Restore</title>
44
@@ -102,7 +102,7 @@ psql <replaceable class="parameter">dbname</replaceable> < <replaceable class
102102 for the pg_dump command. The database <replaceable
103103 class="parameter">dbname</replaceable> will not be created by this
104104 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
106106 <replaceable class="parameter">dbname</></userinput>).
107107 <application>psql</> supports similar options to <application>pg_dump</>
108108 for controlling the database server location and the user names. See
You can’t perform that action at this time.
0 commit comments