|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.118 2008/04/09 02:52:04 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.119 2008/06/23 22:15:17 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="backup">
|
4 | 4 | <title>Backup and Restore</title>
|
@@ -930,7 +930,7 @@ SELECT pg_stop_backup();
|
930 | 930 | </listitem>
|
931 | 931 | <listitem>
|
932 | 932 | <para>
|
933 |
| - Restore the database files from yourbackup dump. Be careful that they |
| 933 | + Restore the database files from yourbase backup. Be careful that they |
934 | 934 | are restored with the right ownership (the database system user, not
|
935 | 935 | <literal>root</>!) and with the right permissions. If you are using
|
936 | 936 | tablespaces,
|
|