Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id B3AF71AC6DC0 for ; Tue, 24 Apr 2012 01:25:32 -0300 (ADT) Received: from hub025-nj-1.exch025.serverdata.net ([206.225.166.84]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SMXJh-0000Ga-9F for pgsql-www@postgresql.org; Tue, 24 Apr 2012 04:25:31 +0000 Received: from MBX025-E1-NJ-10.exch025.domain.local ([10.240.12.60]) by HUB025-NJ-1.exch025.domain.local ([10.240.12.30]) with mapi id 14.01.0355.002; Mon, 23 Apr 2012 21:25:16 -0700 From: Glen Robertson To: "pgsql-www@postgresql.org" Subject: small type on wiki page at: http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial Thread-Topic: small type on wiki page at: http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial Thread-Index: AQHNIdI/WzUAZwFP7E69C4PVIpOKow== Date: Tue, 24 Apr 2012 04:25:14 +0000 Message-ID: <55385B27-07A4-4D72-B08C-24E1206F164B@trulia.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [76.218.203.254] Content-Type: multipart/alternative; boundary="_000_55385B2707A44D72B08C24E1206F164Btruliacom_" MIME-Version: 1.0 X-Pg-Spam-Score: -1.9 (-) X-Archive-Number: 201204/49 X-Sequence-Number: 20623 --_000_55385B2707A44D72B08C24E1206F164Btruliacom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 =3D 'pg_standby /shares/walarchive/%f %p %r' But I believe, it should be: restore_command =3D 'pg_standby /shares/walarchive %f %p %r' (with a space between walarchive and %f). Thanks! Glen --_000_55385B2707A44D72B08C24E1206F164Btruliacom_ Content-Type: text/html; charset="us-ascii" Content-ID: <153BB1D3FF92D74483179889E956073D@internal> Content-Transfer-Encoding: quoted-printable 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 =3D 'pg_standby /shares/walarchive/%f %p %r'
But I believe, it should be: