|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.5 2001/03/13 14:08:18 pjw Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.6 2001/03/14 22:20:02 petere Exp $ --> |
2 | 2 | <chapter id="backup">
|
3 | 3 | <title>Backup and Restore</title>
|
4 | 4 |
|
@@ -103,7 +103,7 @@ psql <replaceable class="parameter">dbname</replaceable> < <replaceable class
|
103 | 103 | class="parameter">dbname</replaceable> will not be created by this
|
104 | 104 | command, you must create it yourself from template0 before executing
|
105 | 105 | <application>psql</> (e.g., with <userinput>createdb -t template0
|
106 |
| - <replaceableclass="parameter">dbname</></userinput>). |
| 106 | + <replaceable class="parameter">dbname</></userinput>). |
107 | 107 | <application>psql</> supports similar options to <application>pg_dump</>
|
108 | 108 | for controlling the database server location and the user names. See
|
109 | 109 | its reference page for more information.
|
@@ -135,7 +135,7 @@ pg_dump -h <replaceable>host1</> <replaceable>dbname</> | psql -h <replaceable>h
|
135 | 135 | <important>
|
136 | 136 | <para>
|
137 | 137 | The dumps produced by pg_dump are relative to template0. This means
|
138 |
| - that any languages, procedure etc added to template1 will also be |
| 138 | + that any languages, procedures, etc. added to template1 will also be |
139 | 139 | dumped by <application>pg_dump</>. As a result, when restoring, if
|
140 | 140 | you are using a customized template1, you must create the empty
|
141 | 141 | database from template0, as in the example above.
|
@@ -293,7 +293,7 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c
|
293 | 293 | <para>
|
294 | 294 | For reasons of backward compatibility, <application>pg_dump</> does
|
295 | 295 | not dump large objects by default. To dump large objects you must use
|
296 |
| - either custom or TAR output format, and use the -B option in |
| 296 | + either the custom or the TAR output format, and use the -B option in |
297 | 297 | <application>pg_dump</>. See the reference pages for details.
|
298 | 298 | The directory <filename>contrib/pg_dumplo</> of the
|
299 | 299 | <productname>Postgres</> source tree also contains a program that can
|
|
0 commit comments