Thread: small type on wiki page at: http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial

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!
Glen
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