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