Re: dblink authentication issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: dblink authentication issue
Дата
Msg-id 3338293.1682086887@sss.pgh.pa.us
обсуждение исходный текст
Ответ на dblink authentication issue  (Daulat <daulat.dba@gmail.com>)
Ответы Re: dblink authentication issue  (Daulat <daulat.dba@gmail.com>)
Список pgsql-admin
Daulat <daulat.dba@gmail.com> writes:
> I have some problem with using dblink_connect_u() while making a connection
> using a .pgpass file.
> select * from gis.dblink_connect_u('conn'||'X123','dbname='||'pgdb');
> ERROR:  could not establish connection
> DETAIL:  fe_sendauth: no password supplied

This is intentional: to use a .pgpass file belonging to the server owner,
you must be a database superuser.

            regards, tom lane



В списке pgsql-admin по дате отправления:

Предыдущее
От: Daulat
Дата:
Сообщение: dblink authentication issue
Следующее
От: Daulat
Дата:
Сообщение: Re: dblink authentication issue