Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 50C5A632188 for ; Mon, 12 Jan 2009 11:09:36 -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 33036-08 for ; Mon, 12 Jan 2009 11:09:32 -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 B8E3F62F5D9 for ; Mon, 12 Jan 2009 11:09:29 -0400 (AST) Received: (qmail invoked by alias); 12 Jan 2009 15:09:23 -0000 Received: from unknown (EHLO dhcp-eesp05-101-217.Finland.Sun.COM) [192.18.8.1] by mail.gmx.net (mp014) with SMTP; 12 Jan 2009 16:09:23 +0100 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX19pSpRSnrVpYvCqrZsLc/lon+LhFpnkTzx/Vb0iIS ovknZx9r9VPhwP Message-ID: <496B5D16.90702@gmx.net> Date: Mon, 12 Jan 2009 17:09:10 +0200 From: Peter Eisentraut User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Bruce Momjian CC: Nikolay Samokhvalov , PostgreSQL-documentation Subject: Re: Current docs are too comlicated for new Postgre users; thoughts on improvement References: <200901091445.n09Ejad18055@momjian.us> In-Reply-To: <200901091445.n09Ejad18055@momjian.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.54 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/9 X-Sequence-Number: 5045 Bruce Momjian wrote: > Peter has made a change to improve this: > > III. Server Administration > 15. Installation from Source Code > 16. Installation from Source Code on Windows > 17. Server Setup and Operation That is what I said ... > > --------------------------------------------------------------------------- > > Nikolay Samokhvalov wrote: >> Currently, Part III (Server Administration) starts with three chapters: >> 15. Installation Instructions >> 16. Installation on Windows >> 17. Operating System Environment >> >> Here in Russia we have a situation, when the number of Win32 users of >> Postgres is constantly increasing, so more and more questions like >> "I've tried to install Postgres, clicked next/next/ok/ok/finish in >> installation wizard, but it doesn't work / service cannot start / I >> cannot connect" appear. >> >> The problem is that we cannot just say "RTFM" them, because it's >> really hard to find (and in some cases even impossible) to find the >> proper part of docs. Why? The chapters 15 and 16 of the main docs are >> not about installation -- they are about building Postgres from >> sources. Currently, even for *nix DBA installation most frequently >> means really installation from RPM/.deb/bsd ports/etc, including >> creation of system user and running initdb. >> >> As for Windows users, I haven't meet at least one who needs to know >> how to build Postgres from sources under Windows! And really often I >> see that Windows users cannot continue after some silly errors with >> initdb process. Docs cannot help them -- they open Chapter 16, got >> stuck and go away. And only really experienced DBAs know, that initdb >> (one of the most important processes for newbies) is described in >> "17.2. Creating a Database Cluster", which is located under "17. >> Operating System Environment" in the main contents listing. >> >> 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). >> >> 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; >> - special attention to Windows users (how to install? what are common >> problems?) /* btw, I won't wonder if win32 version of Postgres is >> being downloaded more often than others */ >> - short version of installation from sources; >> - initdb process; >> - initial configuration on different platforms. >> >> I believe that this question is one of the most important when we are >> thinking how to grow user base. >> >> Thoughts? >> >> -- >> Sincerely yours, >> Nikolay Samokhvalov >> Postgresmen LLC, http://postgresmen.ru >> >> -- >> Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) >> To make changes to your subscription: >> http://www.postgresql.org/mailpref/pgsql-docs >