Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 21af10a

Browse files
committed
Fix typo. createdb -t --> createdb -T
1 parent fb0919f commit 21af10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22
<chapter id="backup">
33
<title>Backup and Restore</title>
44

@@ -101,7 +101,7 @@ psql <replaceable class="parameter">dbname</replaceable> &lt; <replaceable class
101101
for the pg_dump command. The database <replaceable
102102
class="parameter">dbname</replaceable> will not be created by this
103103
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
105105
<replaceable class="parameter">dbname</></userinput>).
106106
<application>psql</> supports similar options to <application>pg_dump</>
107107
for controlling the database server location and the user names. See

0 commit comments

Comments
 (0)