Archive_command

From: Martin Marques <martin(at)marquesminen(dot)com(dot)ar>
To: pgsql-general(at)postgresql(dot)org
Subject: Archive_command
Date: 2008-05-05 14:18:29
Message-ID: 481F1735.6030108@marquesminen.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-05-05 14:25:18 Re: Archive_command
Previous Message Albe Laurenz 2008-05-05 12:44:02 Re: operator varchar = integer