8000 Fix typo. createdb -t --> createdb -T · percona/postgres@a88408b · GitHub
[go: up one dir, main page]

Skip to content

Commit a88408b

Browse files
committed
Fix typo. createdb -t --> createdb -T
1 parent e0c8f4b commit a88408b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.7 2001/03/19 16:19:26 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.7.2.1 2001/07/06 02:13:04 ishii Exp $ -->
22
<chapter id="backup">
33
<title>Backup and Restore</title>
44

@@ -102,7 +102,7 @@ psql <replaceable class="parameter">dbname</replaceable> &lt; <replaceable class
102102
for the pg_dump command. The database <replaceable
103103
class="parameter">dbname</replaceable> will not be created by this
104104
command, you must create it yourself from template0 before executing
105-
<application>psql</> (e.g., with <userinput>createdb -t template0
105+
<application>psql</> (e.g., with <userinput>createdb -T template0
106106
<replaceable class="parameter">dbname</></userinput>).
107107
<application>psql</> supports similar options to <application>pg_dump</>
108108
for controlling the database server location and the user names. See

0 commit comments

Comments
 (0)
0