Received: from maia.hub.org (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 0B1006327E4 for ; Thu, 25 Feb 2010 04:06:18 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 11350-02 for ; Thu, 25 Feb 2010 08:06:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ww0-f46.google.com (mail-ww0-f46.google.com [74.125.82.46]) by mail.postgresql.org (Postfix) with ESMTP id A51AF6324B6 for ; Thu, 25 Feb 2010 04:04:05 -0400 (AST) Received: by wwf26 with SMTP id 26so1799049wwf.19 for ; Thu, 25 Feb 2010 00:04:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=DGyV/DchPp+s+1sWuTp8a4sdukx8UdLJPfx+QLjWvfw=; b=KRscPrQHxUa9rGQUIOfeZ3BgyMDW8HLFHZYlJz+iNpxYUKaFWvdfS4EN+uy2Q9N/NN ay6R8y+uU11Q5GkE5tIh3TMr+jS4LAg2MocUNCoi5A7BYXCvefVaqnhWBdByVoMMZNJd 3008hGDpZ/7K5i4MywOPo2oHbgnOHDaHo9u9c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=jbxtmfMp62GGvOF90/vAH2wwrqCm2Jvz2/+luCrzJ4+bsIsYof4eFnhqCPKLuf2Zu6 CN8QGpf9fLHf9qA3Pk/C8kf7XFI0+1B7avs09ZxwcnbwfozBuTE/9XvNM0K9+fKCBtNI H8GiKRRhm/31vPbh9uUWYFc96S11rDg/y5N3M= MIME-Version: 1.0 Received: by 10.216.163.129 with SMTP id a1mr476269wel.130.1267085044115; Thu, 25 Feb 2010 00:04:04 -0800 (PST) In-Reply-To: <3f0b79eb1002241845p782c5e49v53a48be5aa67abf0@mail.gmail.com> References: <3f0b79eb1002111757y3d11102n7fdfcee8f332f6d4@mail.gmail.com> <3f0b79eb1002241845p782c5e49v53a48be5aa67abf0@mail.gmail.com> From: Thom Brown Date: Thu, 25 Feb 2010 08:03:44 +0000 Message-ID: Subject: Re: Confusing link in streaming replication section To: Fujii Masao Cc: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-0.838 tagged_above=-10 required=5 tests=BAYES_00=-2.599, FS_REPLICA=1.041, SARE_SPEC_REPLICA=0.72 X-Spam-Level: X-Archive-Number: 201002/32 X-Sequence-Number: 5348 On 25 February 2010 02:45, Fujii Masao wrote: > Sorry for the delay. > > On Sat, Feb 13, 2010 at 1:15 AM, Thom Brown wrote: >> I think the problem I have with there being a link to the libpq >> control functions page is that the context of the settings isn't the >> same, meaning the text on that page is specifically targetting people >> looking for libpq info, rather than providing more generic information >> which may be better placed in an appendix or something similar. > > Since conninfo is tied closely to libpq, its information should > be in libpq chapter rather than an appendix or another chapter. No? > Yes, you're probably right since that's what the parameters are really for. It looks as if Heikki has already changed the page anyway, which includes and example of a parameter setting for primary_conninfo and removes links to the libpq connection stuff. Problem solved :) Thom