Re: making another super user other than postgres - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: making another super user other than postgres
Date
Msg-id 20041111180526.GE25936@wolff.to
Whole thread Raw
In response to making another super user other than postgres  ("Bob Powell" <Bob@hotchkiss.org>)
List pgsql-general
On Thu, Nov 11, 2004 at 10:31:28 -0500,
  Bob Powell <Bob@hotchkiss.org> wrote:
> Hello everyone;
>
> My systems admin says that he needs to have use of the Postgres user
> without a password.  His Debian package manager requires this.
>
> He tells me that he can lock down that user on the system so that there
> are no security concerns.
>
> Can someone tell me if this is acceptable?

If they will be connecting to postgres using domain sockets then you can
use ident authentication to limit them to the appropiate postgres accounts
based on their system account.

pgsql-general by date:

Previous
From: Bjørn T Johansen
Date:
Subject: Problem with showing time diff?
Next
From: Bruno Wolff III
Date:
Subject: Re: OID Question