From: Tatsuo Ishii Date: Fri, 6 Jul 2001 02:13:04 +0000 (+0000) Subject: Fix typo. createdb -t --> createdb -T X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=cd11d05f1275720b80321ee2fb9a5698112fcb23;p=users%2Fbernd%2Fpostgres.git Fix typo. createdb -t --> createdb -T --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index d7c9d23b49..067d6f92a4 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -102,7 +102,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