Re: [HACKERS] psql and security - Mailing list pgsql-general

From Tom Lane
Subject Re: [HACKERS] psql and security
Date
Msg-id 28085.1001082753@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] psql and security  ("Colin 't Hart" <cthart@yahoo.com>)
List pgsql-general
"Colin 't Hart" <cthart@yahoo.com> writes:
> Does postgres have a concept of a 'root' user? Then the password should
> only be prompted when one isn't root; ie. adopt Unix semantics.

Can't really do that in psql's \c, since it's establishing a whole new
connection; there is no possibility for superuserness on the old
connection to provide any relaxation of the check.

However, see SET SESSION AUTHORIZATION, which does what you're thinking
of within the context of a single connection.

            regards, tom lane

pgsql-general by date:

Previous
From: "Colin 't Hart"
Date:
Subject: Re: [HACKERS] psql and security
Next
From: Doug McNaught
Date:
Subject: Re: Problem: Failed Make on Linux Pgres v. 7.1.2