Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ab7wq-0002xm-DA for pgsql-docs@arkaria.postgresql.org; Wed, 02 Mar 2016 14:40:20 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ab7wp-00031B-SF for pgsql-docs@arkaria.postgresql.org; Wed, 02 Mar 2016 14:40:19 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ab7wT-00029j-6N for pgsql-docs@postgresql.org; Wed, 02 Mar 2016 14:39:57 +0000 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ab7wQ-0007yY-4f for pgsql-docs@postgresql.org; Wed, 02 Mar 2016 14:39:56 +0000 Received: by mail-wm0-x234.google.com with SMTP id l68so80805061wml.1 for ; Wed, 02 Mar 2016 06:39:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=X0hvIxI1nhN+HOhaQzsm7Z/DE84bZff/yuLLTzs45kw=; b=FEDWgh2aHGvYHYh7wDGw1k14izA448grNDNClUydKEf/UhH8BN+acP3CZj2ALSYZnU G+0sZTyVonT3SyQJ/frB5Vkz1jNyEig+AUcgZKa1xgvZ5bj85YxpQrLZVQqCRRiOAIYE 0DLabka8j+N6mOyjJ1uH44K74WbzyLw8tYVKVhYpTSHsgV4sK/EglhA3apbd3WBCwU6+ hWQsRDo3fs7QAN5nLnuugfc8AXqsXk8CP52FxJ5SGC9pIUFxg+fCZ/pChsjJ2CJ7Uca5 wgB5Tq/SJyudMmwyLFGGQPFjVOxVUnAUfnmGuFoVfXI5sA+h9gDUOKmkkVQzgTFQle/x qrgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=X0hvIxI1nhN+HOhaQzsm7Z/DE84bZff/yuLLTzs45kw=; b=K672XWW5AlKkh4ICS9q3S7ope3OT/v24jsqWaw9Hw2By3/V2ofLvDBMatFyZX1kPoC X2YZ57uDUBvc8eooBgcdiAtC9hSs4ej9G1fOmTX+sC3G+oNLR9q9WUBluhVl6XbVcNPN W/x+ZGAseHwgbQgRr1jaYd8WHD4nUSQ0bexzqhi/rGNPafo4kh1rsg7PPXbRdX6gme/R TiGaHQ5Xy1DBbEa28pcuu0ltubaBcF7v7ryOiwv4oSIUyhhI6syhwVUgj6XcAI7wj/+D 0ZG8wBrqN163XEEHmOC7vaX4UM1xXOgHP73h+9nZxkyBnsJvKHXoNpB6dTQa5QndbdSK d/AA== X-Gm-Message-State: AD7BkJIsSJZcc+v1BHn+nmYF8YgUwGYlFNcSkgdP6kuym4xfyv4ISwPKAX4HayeMydCKNyYgH5n4RTPkAb+68w== MIME-Version: 1.0 X-Received: by 10.194.246.35 with SMTP id xt3mr29326229wjc.57.1456929592813; Wed, 02 Mar 2016 06:39:52 -0800 (PST) Received: by 10.195.13.66 with HTTP; Wed, 2 Mar 2016 06:39:52 -0800 (PST) In-Reply-To: <14672.1456929392@sss.pgh.pa.us> References: <14672.1456929392@sss.pgh.pa.us> Date: Wed, 2 Mar 2016 09:39:52 -0500 Message-ID: Subject: Re: Getting Started section From: Magnus Hagander To: Tom Lane Cc: Maciek Sakrejda , pgsql-docs Content-Type: multipart/alternative; boundary=001a11c3a21ad7cb3b052d11da91 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a11c3a21ad7cb3b052d11da91 Content-Type: text/plain; charset=UTF-8 On Wed, Mar 2, 2016 at 9:36 AM, Tom Lane wrote: > Maciek Sakrejda writes: > > I just spent some time helping a former colleague work out some basic > setup > > issues after he got stuck trying to follow the Getting Started section of > > the manual [1] and almost gave up. For what it's worth, he's very > > technical, but does not deal with Postgres setup regularly. > > ... > > Obviously this is not a solution for everyone, but I think packaging is > > more common and more standardized these days, and administrators who may > > have set up Postgres for you and can help you get started are less > common. > > Agreed, but I should think that properly packaged versions of Postgres > will come with some package-specific instructions. Is that missing > in Debian's version, or out of date, or did he just not read it? > It's definitely there for debian - it's in /usr/share/doc/postgresql-common/README.Debian.gz > > It might not be a bad thing for us to add some text near the head of > "Getting Started" pointing out that it's meant for manual installations, > and encouraging people to look to package-specific docs when present. > And probably even exactly where those docs are to be found for at least the most common platforms, I think. The bigger question is, is it worth actually more or less importing the contents of that into our main documentation. After all, 99% of our users (or something thereabouts) are probably using the packaged versions, which means that those parts of our documentation are simply irrelevant to them... Which is not great when it's the "getting started" part. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ --001a11c3a21ad7cb3b052d11da91 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Wed, Mar 2, 2016 at 9:36 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Maciek Sakrejda <m.sakrejda@gmail.com> writes:
> I just spent some time helping a former colleague work out some basic = setup
> issues after he got stuck trying to follow the Getting Started section= of
> the manual [1] and almost gave up. For what it's worth, he's v= ery
> technical, but does not deal with Postgres setup regularly.
> ...
> Obviously this is not a solution for everyone, but I = think packaging is
> more common and more standardized these days, and administrators who m= ay
> have set up Postgres for you and can help you get started are less com= mon.

Agreed, but I should think that properly packaged versions of Postgr= es
will come with some package-specific instructions.=C2=A0 Is that missing in Debian's version, or out of date, or did he just not read it?

It's definitely there for debian - it'= ;s in /usr/share/doc/postgresql-common/README.Debian.gz
=C2=A0

It might not be a bad thing for us to add some text near the head of
"Getting Started" pointing out that it's meant for manual ins= tallations,
and encouraging people to look to package-specific docs when present.

And probably even exactly where those docs a= re to be found for at least the most common platforms, I think.=C2=A0
=

The bigger question is, is it worth actually more= or less importing the contents of that into our main documentation. After = all, 99% of our users (or something thereabouts) are probably using the pac= kaged versions, which means that those parts of our documentation are simpl= y irrelevant to them... Which is not great when it's the "getting = started" part.

--
=C2=A0Magnus Hagander
=C2=A0Me: http://www.hagander.net/
=C2=A0Work: http://www.redpill-linpro.c= om/
--001a11c3a21ad7cb3b052d11da91--