1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Backup wording improvement.

Joshua D. Drake
This commit is contained in:
Bruce Momjian 2008-06-23 22:15:17 +00:00
parent fe0dbfe6f3
commit d34cf008a9

View File

@ -1,4 +1,4 @@
<!-- $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 $ -->
<chapter id="backup"> <chapter id="backup">
<title>Backup and Restore</title> <title>Backup and Restore</title>
@ -930,7 +930,7 @@ SELECT pg_stop_backup();
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Restore the database files from your backup dump. Be careful that they Restore the database files from your base backup. Be careful that they
are restored with the right ownership (the database system user, not are restored with the right ownership (the database system user, not
<literal>root</>!) and with the right permissions. If you are using <literal>root</>!) and with the right permissions. If you are using
tablespaces, tablespaces,