From: Bruce Momjian Date: Wed, 30 Jun 2010 02:43:10 +0000 (+0000) Subject: Document that /bin/true on Windows is implemented by 'REM'. X-Git-Tag: REL9_0_BETA3~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67bc0b2b9052f62b78559edf5a10a384ad9ea670;p=postgresql Document that /bin/true on Windows is implemented by 'REM'. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b498cc2658..412e535a48 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -1793,7 +1793,8 @@ SET ENABLE_SEQSCAN TO OFF; disabled, but the server continues to accumulate WAL segment files in the expectation that a command will soon be provided. Setting archive_command to a command that does nothing but - return true, e.g. /bin/true, effectively disables + return true, e.g. /bin/true (REM on + Windows), effectively disables archiving, but also breaks the chain of WAL files needed for archive recovery, so it should only be used in unusual circumstances.