Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 06A5E632645 for ; Fri, 9 Jan 2009 09:37:34 -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 57021-08 for ; Fri, 9 Jan 2009 09:37:31 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.postgresql.org (Postfix) with SMTP id E2FBE632642 for ; Fri, 9 Jan 2009 09:37:30 -0400 (AST) Received: (qmail invoked by alias); 09 Jan 2009 13:37:28 -0000 Received: from unknown (EHLO dhcp-eesp05-101-201.Finland.Sun.COM) [192.18.8.1] by mail.gmx.net (mp029) with SMTP; 09 Jan 2009 14:37:28 +0100 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX1/PpPEN14fPAIQ80mLcpsgne4axMDi475yeNRURkU BioQlTg2k2n534 Message-ID: <4967530D.8090709@gmx.net> Date: Fri, 09 Jan 2009 15:37:17 +0200 From: Peter Eisentraut User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Nikolay Samokhvalov CC: PostgreSQL-documentation Subject: Re: Current docs are too comlicated for new Postgre users; thoughts on improvement References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.65 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: 200901/5 X-Sequence-Number: 5041 Nikolay Samokhvalov wrote: > Currently, Part III (Server Administration) starts with three chapters: > 15. Installation Instructions > 16. Installation on Windows > 17. Operating System Environment > I think that docs really need to be clarified, at least titles should > be corrected. I'd rename chapter 15 to smth like 'Building from source > code on *nix platforms", and 16th one to 'Building from source code on > Windows' and chapter 17 (most important) to 'Creation and Initial > configuration of database cluster' (maybe with some corrections of > contents). Changed to: III. Server Administration 15. Installation from Source Code 16. Installation from Source Code on Windows 17. Server Setup and Operation > Going further, I'd remove detailed building instructions from the > beginning of Server Administration part (either to separate but single > chapter or even to appendix) and describe in details how to install > Postgres in different ways on different platforms, including: > - installation from RPM/deb/other packages; Well, we can only describe what we ship. It is up to those packages to adequately describe what they are doing.