Re: the docs, and newbies. - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: the docs, and newbies.
Date
Msg-id Pine.LNX.4.21.0011042244070.775-100000@peter.localdomain
Whole thread Raw
In response to the docs, and newbies.  (Jeff MacDonald <jeff@hub.org>)
List pgsql-docs
Jeff MacDonald writes:

> I know the first time i read this part of the docs i thought
> to myself .. hrmm do they mean auser with root privileges, but
> a different name, or just an ordinary user to do postgres stuff ?

  1. Create the PostgreSQL server account. This is the user the server will
     run as. For production use you should create a separate, unprivileged
     account ("postgres" is commonly used). If you do not have root access
     or just want to play around, your own user account is enough, but
     running the server as root is a security risk and therefore not
     allowed.

     adduser postgres

What part is unclear?

> just wondering if there is any thoughts people have to make the install
> directions more appealing to "get people in" but at the same time
> experienced UNIX users can just ignore certain parts of the docs..

There have been continuous improvements to this end.  Specific suggestions
are welcome.  But it's not our job to explain Unix to people.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-docs by date:

Previous
From: Lamar Owen
Date:
Subject: Re: the docs, and newbies.
Next
From: Peter Eisentraut
Date:
Subject: Re: the docs, and newbies.