*** pgsql/doc/src/sgml/config.sgml 2010/02/27 14:46:05 1.256 --- pgsql/doc/src/sgml/config.sgml 2010/03/02 21:18:59 1.257 *************** *** 1,4 **** ! Server Configuration --- 1,4 ---- ! Server Configuration *************** archive_command = 'copy "%p" "C:\\server *** 1869,1875 **** this parameter makes sense only during replication, so when performing an archive recovery to recover from data loss a very high parameter setting or -1 which means wait forever is recommended. ! The default is 30 seconds. This parameter can only be set in the postgresql.conf file or on the server command line. --- 1869,1876 ---- this parameter makes sense only during replication, so when performing an archive recovery to recover from data loss a very high parameter setting or -1 which means wait forever is recommended. ! The default is 30 seconds. Increasing this parameter can delay ! master server changes from appearing on the standby. This parameter can only be set in the postgresql.conf file or on the server command line.