aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-06-17 19:13:03 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-06-17 19:13:03 -0400
commita2624c687db3a3edcf5995773e47e9fef3e62a8c (patch)
tree1ce1d63699c76999712f6ae49ba75f6eef13470b /src
parentddef31c15c663626fc1804467f4c2ce420598796 (diff)
downloadpostgresql-a2624c687db3a3edcf5995773e47e9fef3e62a8c.tar.gz
postgresql-a2624c687db3a3edcf5995773e47e9fef3e62a8c.zip
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