Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id E816A633659; Sun, 8 Mar 2009 05:54:09 -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 04584-06; Sun, 8 Mar 2009 05:54:05 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from cronos.madness.at (madness.at [217.196.146.217]) by mail.postgresql.org (Postfix) with ESMTP id 0AAB56345B5; Sun, 8 Mar 2009 05:54:04 -0300 (ADT) Received: from mastermind.kaltenbrunner.cc ([83.215.233.60]) by cronos.madness.at with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1LgElf-0000q9-Og; Sun, 08 Mar 2009 09:53:58 +0100 Message-ID: <49B387A1.7090708@kaltenbrunner.cc> Date: Sun, 08 Mar 2009 09:53:53 +0100 From: Stefan Kaltenbrunner User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Tom Lane CC: Brendan Jurd , Alvaro Herrera , PostgreSQL www , pgsql-docs@postgresql.org Subject: Re: [DOCS] the sad state of our FAQs 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> In-Reply-To: <18473.1236465193@sss.pgh.pa.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/40 X-Sequence-Number: 16694 Tom Lane wrote: > 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. Well a more extreme thing would to to ask "What is the purpose of our FAQ?". In the current state it imho contains a few actual FAQ worth things (mostly stuff in the "General" section) the rest seems to be incomplete duplication of information that is already available in a better form elsewhere (be it the wiki, the main docs, the IRC docbot or external resources). So maybe the current FAQ needs an overhaul in the sense of reducing it to a much smaller number of things in the main FAQ and replacing the rest of the things with something that provides much easier access to the available resources(which I frankly think the search and the wiki already does so people are not actually reading the FAQs any more). Whatever that "something" could be it seems it would reduce our maintainance overhead as well as improve the accuracy if we keep information in one place and not try to duplicate in multiple sources. Stefan