From: Tatsuo Ishii <ishii@postgresql.org> Date: Fri, 6 Jul 2001 02:01:35 +0000 (+0000) Subject: Fix typo. createdb -t --> createdb -T X-Git-Tag: REL7_2_BETA1~918 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21af10acb8bb8b28920d161acc3bff74d08d3755;p=postgresql Fix typo. createdb -t --> createdb -T --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 40673c7ab4..a9bb985d46 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.9 2001/05/17 21:50:15 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.10 2001/07/06 02:01:35 ishii Exp $ --> <chapter id="backup"> <title>Backup and Restore</title> @@ -101,7 +101,7 @@ psql <replaceable class="parameter">dbname</replaceable> < <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