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
-
Protect dblink from invalid options when using postgres_fdw server
- c4448683893b 10.0 landed
- 150841fb94f6 9.6.2 landed
- d5c05f27a43f 9.5.6 landed
- cb687e0acfdf 9.4.11 landed
- bd46cce21476 9.3.16 landed