On Mon, Sep 15, 2008 at 01:08:08PM -0400, Tom Lane wrote:
...
> forgot to SIGHUP the postmaster, (4) you have a ~/.pgpass file on
> the client side that is silently supplying a password in some of
> these cases.
It seems the user had this ~/.pgpass file and that this was the reason. Thanks
for poi
rotection.
The relevant line in pg_hba.conf is this:
hostall mette,mkrist 10.10.0.0255.255.0.0 md5
If I'm logged in as the Linux user "mkrist" and try to log in to a database as
either the pgsql user "mette" or the pgsql user "mkrist"