*** pgsql/doc/src/sgml/recovery-config.sgml 2010/04/28 07:34:11 2.6 --- pgsql/doc/src/sgml/recovery-config.sgml 2010/06/10 08:13:49 2.7 *************** *** 1,4 **** ! Recovery Configuration --- 1,4 ---- ! Recovery Configuration *************** restore_command = 'copy "C:\\server\\arc *** 73,88 **** ! ! restartpoint_command (string) ! restartpoint_command recovery parameter This parameter specifies a shell command that will be executed at every restartpoint. This parameter is optional. The purpose of the ! restartpoint_command is to provide a mechanism for cleaning up old archived WAL files that are no longer needed by the standby server. Any %r is replaced by the name of the file --- 73,88 ---- ! ! archive_cleanup_command (string) ! archive_cleanup_command recovery parameter This parameter specifies a shell command that will be executed at every restartpoint. This parameter is optional. The purpose of the ! archive_cleanup_command is to provide a mechanism for cleaning up old archived WAL files that are no longer needed by the standby server. Any %r is replaced by the name of the file *************** restore_command = 'copy "C:\\server\\arc *** 114,120 **** recovery_end_command is to provide a mechanism for cleanup following replication or recovery. Any %r is replaced by the name of the file containing the ! last valid restart point, like in . If the command returns a non-zero exit status then a WARNING log --- 114,120 ---- recovery_end_command is to provide a mechanism for cleanup following replication or recovery. Any %r is replaced by the name of the file containing the ! last valid restart point, like in . If the command returns a non-zero exit status then a WARNING log