Re: Post Install / Secure PostgreSQL - Mailing list pgsql-general

From Alan Hodgson
Subject Re: Post Install / Secure PostgreSQL
Date
Msg-id 201009141044.35462.ahodgson@simkin.ca
Whole thread Raw
In response to Re: Post Install / Secure PostgreSQL  (Carlos Mennens <carlos.mennens@gmail.com>)
Responses Re: Post Install / Secure PostgreSQL  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-general
On September 14, 2010 09:50:30 am Carlos Mennens wrote:
> Obviously there appears to be a specific password for both accounts
> which I think are completely seperate from the Linux shell passwords,
> right?

PostgreSQL has internal passwords for roles which can be set with "alter role"
or while creating roles.

However ..

The default setup allows "trust" access which means it trusts local system
accounts to login as the same roles in Pg without specifying a password.

It is also possible to setup Pg in such a way that it uses the system
passwords via PAM without consulting the internal password.


pgsql-general by date:

Previous
From: Richard Broersma
Date:
Subject: Re: Post Install / Secure PostgreSQL
Next
From: Carlos Mennens
Date:
Subject: Re: Post Install / Secure PostgreSQL