From: Tatsuo Ishii Date: Fri, 6 Jul 2001 02:01:35 +0000 (+0000) Subject: Fix typo. createdb -t --> createdb -T X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=21af10acb8bb8b28920d161acc3bff74d08d3755;p=users%2Frhaas%2Fpostgres.git 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 @@ - + Backup and Restore @@ -101,7 +101,7 @@ psql dbname < 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