projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0919f
)
Fix typo. createdb -t --> createdb -T
author
Tatsuo Ishii
Fri, 6 Jul 2001 02:01:35 +0000
(
02:01
+0000)
committer
Tatsuo Ishii
Fri, 6 Jul 2001 02:01:35 +0000
(
02:01
+0000)
doc/src/sgml/backup.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/backup.sgml
b/doc/src/sgml/backup.sgml
index 40673c7ab497ec1c8343e1032a46624239111711..a9bb985d46446cc9213f18cf8b84f6d2c32edb1b 100644
(file)
--- 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
<
for the pg_dump command. The database
class="parameter">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