Hello, I have some problem with using dblink_connect_u() in my function. DETAIL: fe_sendauth: no password supplied However the .pgpass file in the path /var/lib/postgres/.pgpass does contain the proper password. it works fine. My .pgpass file does have the line: It seems the psql finds the proper password in the .pgpass file but dblink doesn’t. The local and the remote server are running on Ubuntu server 14.04, both of them are PostgreSQL 9.4. The .pgpass file properties look this: # ls –la ./.pgpass
Regards, Attila
|