]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo. createdb -t --> createdb -T
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 6 Jul 2001 02:13:04 +0000 (02:13 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 6 Jul 2001 02:13:04 +0000 (02:13 +0000)
doc/src/sgml/backup.sgml

index 160cb0bba1b40f72559b6e97c3f2c8b9e54dfe9e..1f9f0886fb5ae23098a07c8ae7878f120e237481 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.7 2001/03/19 16:19:26 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.7.2.1 2001/07/06 02:13:04 ishii Exp $ -->
 <chapter id="backup">
  <title>Backup and Restore</title>
 
@@ -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