Re: somewhat wrong archive_command example

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: somewhat wrong archive_command example
Date: 2011-09-21 05:02:43
Message-ID: CABUevExewkoNC4zJLyyFTSk7Wqaoj8Xh7ctks2WrxRFWjabMCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Sep 21, 2011 at 03:58, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> On Tue, Sep 20, 2011 at 10:34 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>> On Tue, Sep 20, 2011 at 15:17, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
>>> At
>>> http://www.postgresql.org/docs/current/static/continuous-archiving.html
>>> we say
>>>
>>> """
>>> Many people choose to use scripts to define their archive_command, so
>>> that their postgresql.conf entry looks very simple:
>>>
>>> archive_command = 'local_backup_script.sh'
>>> """
>>>
>>> It seems to me, however, that even a simple archive_command like that
>>> ought to contain at least %p, right?
>>
>> Should always need both %p and %f, no?
>
> Yes unless the script extracts the file name from the path given as %p.

Do we actually guarantee that this will wok?

I know our current implementation does, but does the contract in the
API actually guarantee that we will not change this implementation?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Fujii Masao 2011-09-21 06:30:33 Re: somewhat wrong archive_command example
Previous Message Greg Smith 2011-09-21 02:45:09 Re: somewhat wrong archive_command example