psql DBNAME -U USER (how to disable -U option?) - Mailing list pgsql-admin

From Mel Jamero
Subject psql DBNAME -U USER (how to disable -U option?)
Date
Msg-id 000201c334d8$476c0e30$1b06a8c0@CMPMEL
Whole thread Raw
In response to Re: Can the frontend get notifications from the postgres server?  ("Brent Howard" <BHoward@ppc.com>)
Responses Re: psql DBNAME -U USER (how to disable -U option?)
List pgsql-admin
to get to the psql interface we execute:

psql dbname -U user

is it possible to disable the -U option such that a user cannot invoke the
privileges of a database superuser such as postgres?

tried looking up pg_hba.conf regarding 'password' authentication, the man
pages and the archives but didn't get too lucky.

thanks in advance.

mel


Attachment

pgsql-admin by date:

Previous
From: "Brent Howard"
Date:
Subject: Re: Can the frontend get notifications from the postgres server?
Next
From: "scott.marlowe"
Date:
Subject: Re: psql DBNAME -U USER (how to disable -U option?)