Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Corey Huinker <corey.huinker@gmail.com>
Cc: Joe Conway <mail@joeconway.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-22T20:29:40Z
Lists: pgsql-hackers
Corey Huinker <corey.huinker@gmail.com> writes:
> In 9.4, I encountered a complaint about flex 2.6.0. After a little research
> it seems that a fix for that made it into versions 9.3+, but not 9.4.

Er ... what?  See 1ba874505.

			regards, tom lane


Commits

  1. Protect dblink from invalid options when using postgres_fdw server