Fix typo. createdb -t --> createdb -T
authorTatsuo Ishii
Fri, 6 Jul 2001 02:01:35 +0000 (02:01 +0000)
committerTatsuo Ishii
Fri, 6 Jul 2001 02:01:35 +0000 (02:01 +0000)
doc/src/sgml/backup.sgml

index 40673c7ab497ec1c8343e1032a46624239111711..a9bb985d46446cc9213f18cf8b84f6d2c32edb1b 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  Backup and Restore
 
@@ -101,7 +101,7 @@ psql dbname < 
     for the pg_dump command. The database 
     class="parameter">dbname will not be created by this
     command, you must create it yourself from template0 before executing
-    psql (e.g., with createdb -t template0
+    psql (e.g., with createdb -T template0
     dbname).
     psql supports similar options to pg_dump 
     for controlling the database server location and the user names. See