*** pgsql/doc/src/sgml/backup.sgml 2010/04/28 16:10:39 2.153 --- pgsql/doc/src/sgml/backup.sgml 2010/04/29 21:49:03 2.154 *************** *** 1,4 **** ! Backup and Restore --- 1,4 ---- ! Backup and Restore *************** SELECT pg_stop_backup(); *** 779,784 **** --- 779,785 ---- Once the WAL segment files active during the backup are archived, you are done. The file identified by pg_stop_backup's result is the last segment that is required to form a complete set of backup files. + If archive_mode is enabled, pg_stop_backup does not return until the last segment has been archived. Archiving of these files happens automatically since you have