archive_command vs. cp -i - Mailing list pgsql-admin

From Martin Münstermann
Subject archive_command vs. cp -i
Date
Msg-id 20110617084057.238070@gmx.net
Whole thread Raw
Responses Re: archive_command vs. cp -i  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-admin
Hi,

while setting up a new linux postgresql server, I checked my archive_command.
I noticed that the usual "cp -i f1 f2 < /dev/null" did NOT as expected:
It did not overwrite the file (PASS), but it returned zero (FAIL, should return error).

This could be reproduced on CentOS 5.6, RHEL4, and Ubuntu 10.04.

This is my test:
echo huhu  > file1
echo hello > file2
/bin/cp -i  file2 file1 < /dev/null
echo $?   # should return != 0
diff -s file1 file2

Am I missing something here?
Should the BACKUP-ARCHIVING-WAL doc be changed?

Regards,
 Martin

--
NEU: FreePhone - kostenlos mobil telefonieren!
Jetzt informieren: http://www.gmx.net/de/go/freephone

pgsql-admin by date:

Previous
From: Pratheeban Jebasingh Tharmaraj
Date:
Subject: Postgres 8.3.10 Alter Table Waiting issue
Next
From: Andreas Berger
Date:
Subject: Re: alter table without an ACCESS EXCLUSIVE lock