Re: BUG #5457: dblink_connect now restricts non-superusers to password - Mailing list pgsql-bugs

From Jasen Betts
Subject Re: BUG #5457: dblink_connect now restricts non-superusers to password
Date
Msg-id hsb7p7$ubm$1@reversiblemaps.ath.cx
Whole thread Raw
In response to BUG #5457: dblink_connect now restricts non-superusers to password  ("Chana Slutzkin" <chana@cs.huji.ac.il>)
List pgsql-bugs
On 2010-05-11, Chana Slutzkin <chana@cs.huji.ac.il> wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5457
> Logged by:          Chana Slutzkin
> Email address:      chana@cs.huji.ac.il
> PostgreSQL version: 8.4
> Operating system:   FreeBSD 7.2
> Description:        dblink_connect now restricts non-superusers to password
> Details:
>
> dblink in version 8.4 forces a non-superuser to connect using a password.
> I would prefer to use ident.

dblink runs on the back-end under the postgres user account.
identd (or postgres, or anoyone else who looks) is going to see
the user as postgres.

pgsql-bugs by date:

Previous
From: "Takahiro Itagaki"
Date:
Subject: BUG #5458: Permission check is skipped by inheritance
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #5457: dblink_connect now restricts non-superusers to password