From a88408be08f6bc3019049ac719eaf1085cba5d52 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 6 Jul 2001 02:13:04 +0000 Subject: [PATCH] Fix typo. createdb -t --> createdb -T --- doc/src/sgml/backup.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5