Archive_command - Mailing list pgsql-general

From Martin Marques
Subject Archive_command
Date
Msg-id 481F1735.6030108@marquesminen.com.ar
Whole thread Raw
Responses Re: Archive_command
List pgsql-general
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? In [2] there are examples that
don't have the redirection of STDIN from /dev/null.

[1]:
http://www.postgresql.org/docs/8.3/interactive/continuous-archiving.html
[2]:
http://www.postgresql.org/docs/8.3/interactive/runtime-config-wal.html#GUC-ARCHIVE-COMMAND

pgsql-general by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: operator varchar = integer
Next
From: Tom Lane
Date:
Subject: Re: Archive_command