Re: pgsql: Superuser can permit passwordless connections on postgres_fdw

2019-12-20 Thread Michael Paquier
Hi Andrew, On Fri, Dec 20, 2019 at 05:55:10AM +, Andrew Dunstan wrote: > Superuser can permit passwordless connections on postgres_fdw > > Currently postgres_fdw doesn't permit a non-superuser to connect to a > foreign server without specifying a password, or to use an > authentication mechan

pgsql: Superuser can permit passwordless connections on postgres_fdw

2019-12-19 Thread Andrew Dunstan
Superuser can permit passwordless connections on postgres_fdw Currently postgres_fdw doesn't permit a non-superuser to connect to a foreign server without specifying a password, or to use an authentication mechanism that doesn't use the password. This is to avoid using the settings and identity of