|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.62 2005/04/1801:29:00 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.63 2005/04/1813:11:04 momjian Exp $ |
3 | 3 | --> |
4 | 4 | <chapter id="backup"> |
5 | 5 | <title>Backup and Restore</title> |
@@ -688,7 +688,13 @@ SELECT pg_start_backup('label'); |
688 | 688 | <programlisting> |
689 | 689 | SELECT pg_stop_backup(); |
690 | 690 | </programlisting> |
691 | | - If this returns successfully, you're done. |
| 691 | + This should return successfully. |
| 692 | + </para> |
| 693 | + </listitem> |
| 694 | + <listitem> |
| 695 | + <para> |
| 696 | + Once the WAL segment files used during the backup are archived as part |
| 697 | + of normal database activity, you are done. |
692 | 698 | </para> |
693 | 699 | </listitem> |
694 | 700 | </orderedlist> |
|