Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id A4569633F12; Sun, 8 Mar 2009 19:18:52 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 76329-07; Sun, 8 Mar 2009 19:18:46 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by mail.postgresql.org (Postfix) with ESMTP id 31549633634; Sun, 8 Mar 2009 19:18:49 -0300 (ADT) Received: by ti-out-0910.google.com with SMTP id a21so926514tia.5 for ; Sun, 08 Mar 2009 15:18:48 -0700 (PDT) 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 :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=oYPUcQkCZ3oENTI2B4pz4ubrHdh4QZHY9ffkv0dzW+c=; b=JsqWPkBqBcwMwqxsw9ZS8PdIz+KfZ5CIK9Jwcgs0L7zBcyeX+k5wTtemUfgCJoAmI4 LEwOtsbU53i+145sklgH3Nsp3IbPFiRAaAcDXzxuQFc8lmZH50i4HGqbdOyG05YAacaE PL+RIpRen9LUQG3oRPWAIKPvTPXy/GmjjYgdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=g8m4Qs2j39fq9xD1ZS5xwbZk5xlVCRjIUIzRGMPK5HGA7MBMe5XKicjDrqYMspIsc6 1wjayBkqaYQ+AA5nG1oZxJ81cfS5kAhXoq/PYDArIFDwpi8nvAVb+IFrU/ZtfMODiGeR QJztl55KLTU0QIqes2z/bMrAcNJY1SK5tn8zI= MIME-Version: 1.0 Received: by 10.110.86.3 with SMTP id j3mr7943308tib.51.1236550727863; Sun, 08 Mar 2009 15:18:47 -0700 (PDT) In-Reply-To: <18473.1236465193@sss.pgh.pa.us> References: <49B27F0E.2050504@kaltenbrunner.cc> <20090307195305.GB3821@alvh.no-ip.org> <18162.1236463457@sss.pgh.pa.us> <37ed240d0903071418u541851f8pac6cb16fe48e859d@mail.gmail.com> <18473.1236465193@sss.pgh.pa.us> Date: Mon, 9 Mar 2009 09:18:47 +1100 Message-ID: <37ed240d0903081518h5a79d197w1f71aabba00f99da@mail.gmail.com> Subject: Re: [DOCS] the sad state of our FAQs From: Brendan Jurd To: Tom Lane Cc: Alvaro Herrera , Stefan Kaltenbrunner , PostgreSQL www , pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200903/46 X-Sequence-Number: 16700 On Sun, Mar 8, 2009 at 9:33 AM, Tom Lane wrote: > I think it might well be true though that it'd be better to have one FAQ > with answers that say something like "Before version x.y, do this ... > in x.y and later, do that ...". =A0That approach makes sure that people > know that they are reading version-specific advice; whereas the separate > FAQs approach makes it pretty easy for people to fail to notice that > they are reading advice that's inappropriate for their version. I agree, and note that at least one of the existing FAQs already adopts this style of advice. In 4.19: "In PostgreSQL versions < 8.3, ... This problem does not occur in PostgreSQL 8.3 and later." While I'm not a big fan of using comparison operators in English prose, this approach seems to work well. > > I guess the sticking point would be about how long to preserve FAQ > entries that are no longer relevant to the current release. > Really something to be worked out on a per-case basis I suppose. If the goal of the FAQ is to help people who have Questions that are Asked Frequently, then we could stop mentioning a release when people stop asking questions about it? Cheers, BJ