by tgl@[EMAIL PROTECTED]
(Tom Lane)
May 5, 2008 at 10:25 AM
Martin Marques <martin@[EMAIL PROTECTED]
> writes:
> I have a question related to the archive_command option of
postgresql.conf.
> In the do***entation[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
--
Sent via pgsql-general mailing list (pgsql-general@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general