summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-06-17 19:13:21 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-06-17 19:13:21 -0400
commit23843d242f00e6597af91d4f4d08b655b2b362ba (patch)
tree00d863660d3f3da671222f44d20f23e2c1df9d44 /src
parent9d167bc9d8b942fd976ccea5235ad8671ef60775 (diff)
Don't use "cp -i" in the example WAL archive_command.
This is a dangerous example to provide because on machines with GNU cp, it will silently do the wrong thing and risk archive corruption. Worse, during the 9.0 cycle somebody "improved" the discussion by removing the warning that used to be there about that, and instead leaving the impression that the command would work as desired on most Unixen. It doesn't. Try to rectify the damage by providing an example that is safe most everywhere, and then noting that you can try cp -i if you want but you'd better test that. In back-patching this to all supported branches, I also added an example command for Windows, which wasn't provided before 9.0.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions