Re: [ADMIN] Strange Authentication Problem
i have a strange authentication problem with postgresql v8.3 on mac os x server (10.5). hello again, i have found the cause of my problem. it seems that psql creates a file ~/.pgpass where passwords for different servers are cached. jan ---(end of broadcast)--
[ADMIN] Strange Authentication Problem
Hi, i have a strange authentication problem with postgresql v8.3 on mac os x server (10.5). my pg_hba.conf contains only the following 4 entries: local all all md5 hostall all 127.0.0.1/32 md5 hostall all