Re: small type on wiki page at: http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial - Mailing list pgsql-www

From Josh Kupershmidt
Subject Re: small type on wiki page at: http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial
Date
Msg-id CAK3UJRHSv+aXPMP8Gr=--bvRfHc6JGrGLC40s_2mR3xpsRdZOA@mail.gmail.com
Whole thread Raw
In response to small type on wiki page at: http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial  (Glen Robertson <grobertson@trulia.com>)
List pgsql-www
On Mon, Apr 23, 2012 at 9:25 PM, Glen Robertson <grobertson@trulia.com> wrote:
> Hi there,
>
> I think I have found a small typo in the binary replication wiki page.
>
> Under the recovery.conf header, the restore command example reads:
>
> restore_command = 'pg_standby /shares/walarchive/%f %p %r'
>
> But I believe, it should be:
>
> restore_command = 'pg_standby /shares/walarchive %f %p %r'
>
> (with a space between walarchive and %f).

Thanks, I went ahead and fixed that. You should be able to edit wiki
pages yourself if you want, you can sign up for an account at: https://www.postgresql.org/account/signup/

Josh


pgsql-www by date:

Previous
From: Glen Robertson
Date:
Subject: small type on wiki page at: http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial
Next
From: Thom Brown
Date:
Subject: Re: PostgreSQL website redesign