Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id DBF3A635A05; Sat, 7 Mar 2009 18:33:47 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 90248-03-5; Sat, 7 Mar 2009 18:33:42 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id A50EC6348C8; Sat, 7 Mar 2009 18:33:22 -0400 (AST) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id n27MXELS018474; Sat, 7 Mar 2009 17:33:14 -0500 (EST) To: Brendan Jurd cc: Alvaro Herrera , Stefan Kaltenbrunner , PostgreSQL www , pgsql-docs@postgresql.org Subject: Re: [DOCS] the sad state of our FAQs In-reply-to: <37ed240d0903071418u541851f8pac6cb16fe48e859d@mail.gmail.com> References: <49B27F0E.2050504@kaltenbrunner.cc> <20090307195305.GB3821@alvh.no-ip.org> <18162.1236463457@sss.pgh.pa.us> <37ed240d0903071418u541851f8pac6cb16fe48e859d@mail.gmail.com> Comments: In-reply-to Brendan Jurd message dated "Sun, 08 Mar 2009 09:18:46 +1100" Date: Sat, 07 Mar 2009 17:33:13 -0500 Message-ID: <18473.1236465193@sss.pgh.pa.us> From: Tom Lane 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/32 X-Sequence-Number: 16686 Brendan Jurd writes: > Although to be frank I think the value of per-version FAQs is dubious. > I would be totally okay with seeing the back-branch FAQs abandoned in > favour of the One FAQ (to rule them all, etc). > Perhaps, instead of back-branch FAQs which are bound to be mostly an > old copy of the One FAQ, we could have some kind of "Things to Note If > You're Running an Older Version" article. In the past, Bruce has not hesitated to rip out or replace FAQ entries as soon as they became obsolete. That approach would have to change if we went to a one-true-FAQ approach. In particular, it's often the case that the best way to do something depends on which version you're running. 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 ...". That 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 guess the sticking point would be about how long to preserve FAQ entries that are no longer relevant to the current release. regards, tom lane