Re: BUG #5583: dblink connection error

From: Joe Conway <mail(at)joeconway(dot)com>
To: Piergiorgio Buongiovanni <piergiorgio(dot)buongiovanni(at)netspa(dot)it>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5583: dblink connection error
Date: 2010-07-30 16:42:56
Message-ID: 4C530110.8000105@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 07/30/2010 07:04 AM, Piergiorgio Buongiovanni wrote:
> we obtain the following error:
>
> ERROR: password is required
> DETAIL: Non-superuser cannot connect if the server does not request a
> password.
> HINT: Target server's authentication method must be changed.
>
>
> ********** Errore **********
>
> ERROR: password is required
> Stato SQL: 2F003
> Dettaglio: Non-superuser cannot connect if the server does not request a
> password.
> Suggerimento: Target server's authentication method must be changed.
>
> Could you explain how to solve this problem?

This is *not* a bug -- please post to the correct list next time.

> HINT: Target server's authentication method must be changed.

Please see:
http://www.postgresql.org/docs/8.4/interactive/auth-pg-hba-conf.html

Specifically, as suggested by the hint:
auth-method

Also read:
http://www.postgresql.org/docs/8.4/interactive/contrib-dblink-connect.html

-and-

http://www.postgresql.org/docs/8.4/interactive/contrib-dblink-connect-u.html

HTH,

Joe

--
Joe Conway
credativ LLC: http://www.credativ.us
Linux, PostgreSQL, and general Open Source
Training, Service, Consulting, & 24x7 Support

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alex Hunsaker 2010-07-30 17:40:07 Re: BUG #5578: postrgesql database crash
Previous Message Piergiorgio Buongiovanni 2010-07-30 14:04:41 BUG #5583: dblink connection error