|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.3 2000/09/29 20:21:33 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.4 2000/12/10 20:47:34 momjian Exp $ --> |
2 | 2 | <chapter id="backup">
|
3 | 3 | <title>Backup and Restore</title>
|
4 | 4 |
|
@@ -46,7 +46,7 @@ pg_dump <replaceable class="parameter">dbname</replaceable> > <replaceable cl
|
46 | 46 | </para>
|
47 | 47 |
|
48 | 48 | <para>
|
49 |
| - To specify whichdatabaser server <application>pg_dump</> should |
| 49 | + To specify whichdatabase server <application>pg_dump</> should |
50 | 50 | contact, use the command line options <option>-h
|
51 | 51 | <replaceable>host</></> and <option>-p <replaceable>port</></>. The
|
52 | 52 | default host is the local host or whatever your
|
|