Received: from localhost (unknown [200.46.204.183]) by developer.postgresql.org (Postfix) with ESMTP id A4EAC2E0093 for ; Wed, 7 May 2008 18:59:11 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 04941-01 for ; Wed, 7 May 2008 18:58:26 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by developer.postgresql.org (Postfix) with SMTP id A96BA2E0063 for ; Wed, 7 May 2008 18:58:29 -0300 (ADT) Received: (qmail invoked by alias); 07 May 2008 21:58:26 -0000 Received: from xdsl-195-14-202-110.netcologne.de (EHLO colt.pezone.net) [195.14.202.110] by mail.gmx.net (mp026) with SMTP; 07 May 2008 23:58:26 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX18M+qdaSX8MSlMkJ7FTZoTV5E4xwi2jZvLPLmIMIN +bL7/C/1OXdF8+ From: Peter Eisentraut To: pgsql-docs@postgresql.org Subject: Re: order of entries in admin docs Date: Wed, 7 May 2008 23:58:22 +0200 User-Agent: KMail/1.9.9 Cc: Bruce Momjian , Alvaro Herrera , Scott Marlowe , Tom Lane References: <200805072134.m47LYlY16758@momjian.us> In-Reply-To: <200805072134.m47LYlY16758@momjian.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805072358.23996.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200805/13 X-Sequence-Number: 4899 Bruce Momjian wrote: > There isn't much additional text except a description of each item. That's the way it should be: Each parameter explains what it does. There can be more extensive documentation about how they all fit together elsewhere. What I would like to see is getting rid of the sections the parameters are grouped in and put them all in alphabetical order. I find the current arrangement completely unusable; nine times out of ten I cannot find the right section. The topical grouping of the options would be the job of the more extensive documentation elsewhere I mentioned above. I think Postfix has arranged this nicely: http://www.postfix.org/documentation.html -- You have various sections explaining how to configure for various jobs, and one big list of all parameters explained.