Re: Archive_command - Mailing list pgsql-general

From Tom Lane
Subject Re: Archive_command
Date
Msg-id 28758.1209997518@sss.pgh.pa.us
Whole thread Raw
In response to Archive_command  (Martin Marques <martin@marquesminen.com.ar>)
List pgsql-general
Martin Marques <martin@marquesminen.com.ar> writes:
> I have a question related to the archive_command option of postgresql.conf.
> In the documentation[1] I found examples that add a "< /dev/null" at the
> end of the cp command. I know what the redirection from /dev/null does
> (send an EOF), but is it really needed?

The examples that have that are using "cp -i", and the point of the
redirect is to ensure that cp doesn't eat any input intended for someone
else if it actually does see a conflict (and try to prompt the user).

            regards, tom lane

pgsql-general by date:

Previous
From: Martin Marques
Date:
Subject: Archive_command
Next
From: David Fetter
Date:
Subject: Re: operator varchar = integer