Fix typo. createdb -t --> createdb -T
authorTatsuo Ishii <[email protected]>
Fri, 6 Jul 2001 02:13:04 +0000 (02:13 +0000)
committerTatsuo Ishii <[email protected]>
Fri, 6 Jul 2001 02:13:04 +0000 (02:13 +0000)
doc/src/sgml/backup.sgml

index d7c9d23b49f68dfaf146124d856c50855f898dcf..067d6f92a45f15737ae46b129901ea9de0caf889 100644 (file)
@@ -102,7 +102,7 @@ psql <replaceable class="parameter">dbname</replaceable> &lt; <replaceable class
     for the pg_dump command. The database <replaceable
     class="parameter">dbname</replaceable> will not be created by this
     command, you must create it yourself from template0 before executing
-    <application>psql</> (e.g., with <userinput>createdb -t template0
+    <application>psql</> (e.g., with <userinput>createdb -T template0
     <replaceable class="parameter">dbname</></userinput>).
     <application>psql</> supports similar options to <application>pg_dump</> 
     for controlling the database server location and the user names. See