On Tue, Dec 5, 2017 at 1:03 PM, Stephen Frost wrote:
> * Robert Haas ([email protected]) wrote:
>> postgres_fdw: Judge password use by run-as user, not session user.
>
> There was apparently a regression test that was broken by this and is
> making the buildfarm rather unhappy..
Oops. Sorry.
Robert,
* Robert Haas ([email protected]) wrote:
> postgres_fdw: Judge password use by run-as user, not session user.
There was apparently a regression test that was broken by this and is
making the buildfarm rather unhappy..
Thanks!
Stephen
signature.asc
Description: Digital signature
postgres_fdw: Judge password use by run-as user, not session user.
This is a backward incompatibility which should be noted in the
release notes for PostgreSQL 11.
For security reasons, we require that a postgres_fdw foreign table use
password authentication when accessing a remote server, so tha