Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id B1B0B172E5DC for ; Thu, 26 Apr 2012 20:53:02 -0300 (ADT) Received: from mail-ob0-f174.google.com ([209.85.214.174]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SNYUf-0006KN-JG for pgsql-www@postgresql.org; Thu, 26 Apr 2012 23:53:02 +0000 Received: by obbta14 with SMTP id ta14so244798obb.19 for ; Thu, 26 Apr 2012 16:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=XVhIaIiMSVB47mekm9z0VJgwgtu5BFTPir/AZrdsbWg=; b=ipdgd+udXEgpmvoKJQBzNaX7yIN47ted62G5aNsCwV5oGYaHtPpRU2QZGW1GfeZxNv +u0xEsQI51tpcNDJuxHlelQeYtw+pWyGXgHa901YE+a1AQCMxrqNu6EAf0rm1Bs3nx1M nWAuRWIkSOcw8YqejPQt/trdxQDBe9NCaUZSKDoYeBW36wkl3OTldT8W9JAVoiQrNCW4 KuoXk+XSnExx/PZEQTw3UmNtmJc3TnMnKxQg7JTfDXmXIsLGae+yVqqYlW1T/sbrKCU0 Lx1piIhCZQsxOAQCMqfnn7QLyEZ2McsSkk0BncH89PfDvcyC9IIPgYsTwc+shcYGkJZu 70Eg== Received: by 10.60.0.196 with SMTP id 4mr11493553oeg.0.1335484368259; Thu, 26 Apr 2012 16:52:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.33.6 with HTTP; Thu, 26 Apr 2012 16:52:28 -0700 (PDT) In-Reply-To: <55385B27-07A4-4D72-B08C-24E1206F164B@trulia.com> References: <55385B27-07A4-4D72-B08C-24E1206F164B@trulia.com> From: Josh Kupershmidt Date: Thu, 26 Apr 2012 16:52:28 -0700 Message-ID: Subject: Re: small type on wiki page at: http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial To: Glen Robertson Cc: "pgsql-www@postgresql.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201204/50 X-Sequence-Number: 20624 On Mon, Apr 23, 2012 at 9:25 PM, Glen Robertson wro= te: > 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=A0%p=A0%r' > > But I believe, it should be: > > restore_command =3D 'pg_standby /shares/walarchive %f=A0%p=A0%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