*** pgsql/doc/src/sgml/backup.sgml 2009/01/13 00:54:11 2.122 --- pgsql/doc/src/sgml/backup.sgml 2009/03/05 19:50:03 2.123 *************** *** 1,4 **** ! Backup and Restore --- 1,4 ---- ! Backup and Restore *************** restore_command = 'copy "C:\\server\\arc *** 1198,1217 **** - - log_restartpoints - (boolean) - - - - Specifies whether to log each restart point as it occurs. This - can be helpful to track the progress of a long recovery. - Default is false. - - - - --- 1198,1203 ---- *************** if (!triggered) *** 1865,1871 **** backup. You can do this by running pg_controldata on the standby server to inspect the control file and determine the current checkpoint WAL location, or by using the ! log_restartpoints option to print values to the server log. --- 1851,1857 ---- backup. You can do this by running pg_controldata on the standby server to inspect the control file and determine the current checkpoint WAL location, or by using the ! log_checkpoints option to print values to the server log.