Facing authentication error on postgres 9.2 -> dblink functions

Поиск
Список
Период
Сортировка
От Dev Kumkar
Тема Facing authentication error on postgres 9.2 -> dblink functions
Дата
Msg-id CALSLE1Mc3d6yJFg0un4iRLRVp3dntdkLk5d+kkz7F8aOrZ-9oA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [ADMIN] Facing authentication error on postgres 9.2 -> dblink functions  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Re: Facing authentication error on postgres 9.2 -> dblink functions  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Hello Everyone,

I am using postgres 9.2 and when executing function dblink facing a fatal error while trying to execute dblink_connect as follows:

    SELECT * FROM dblink_connect('host=127.0.0.1 port=5432 dbname=postgres password=test')

    ERROR: could not establish connection DETAIL: FATAL: password authentication failed for user "NETWORK SERVICE"

What this error is related to? Do I need to modify pg_hba.conf file by any chance?

Thanks..

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: function for setting/getting same timestamp during whole transaction
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: sql_drop Event Trigger