From: Tatsuo Ishii Date: Fri, 6 Jul 2001 02:13:04 +0000 (+0000) Subject: Fix typo. createdb -t --> createdb -T X-Git-Tag: REL7_1_3~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a88408be08f6bc3019049ac719eaf1085cba5d52;p=thirdparty%2Fpostgresql.git Fix typo. createdb -t --> createdb -T --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 160cb0bba1b..1f9f0886fb5 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -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