10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0dbfe commit d34cf00Copy full SHA for d34cf00
doc/src/sgml/backup.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.118 2008/04/09 02:52:04 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.119 2008/06/23 22:15:17 momjian Exp $ -->
2
3
<chapter id="backup">
4
<title>Backup and Restore</title>
@@ -930,7 +930,7 @@ SELECT pg_stop_backup();
930
</listitem>
931
<listitem>
932
<para>
933
- Restore the database files from your backup dump. Be careful that they
+ Restore the database files from your base backup. Be careful that they
934
are restored with the right ownership (the database system user, not
935
<literal>root</>!) and with the right permissions. If you are using
936
tablespaces,
0 commit comments