dblink authentication failed - Mailing list pgsql-general

From Kiss Attila
Subject dblink authentication failed
Date
Msg-id 000a01d1d046$e972d480$bc587d80$@dardanis.hu
Whole thread Raw
Responses Re: dblink authentication failed  (Scott Mead <scottm@openscg.com>)
Re: dblink authentication failed  (Francisco Olarte <folarte@peoplecall.com>)
Re: dblink authentication failed  (Attila Kiss <kiss.attila@dardanis.hu>)
List pgsql-general

Hello,

I have some problem with using dblink_connect_u() in my function.
When I provide the password in the connection string, there is no problem, but when I don’t, it says:
ERROR:  could not establish connection

DETAIL:  fe_sendauth: no password supplied

However the .pgpass file in the path /var/lib/postgres/.pgpass does contain the proper password.
I have tried to connect to the remote server with psql from bash with the following command:
# psql –h 192.168.1.40 –U myuser –w remote_db_name

it works fine.

My .pgpass file does have the line:
192.168.1.40:5432:*:myuser:mypassword

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
-rw------- 1 postgres postgres 193 jún   24 13:54 ./.pgpass


Any ideas are welcome.

Regards,

Attila


Mentes a vírusoktól. www.avast.com

pgsql-general by date:

Previous
From: Patrick B
Date:
Subject: Re: wal_files from slave to another slave
Next
From: Scott Mead
Date:
Subject: Re: dblink authentication failed