Re: [GENERAL] postgres_fdw: Running default expressions on foreign server

2014-08-22 Thread Tom Lane
Tommy Duek writes: > I’m working on a project now that uses the postgres_fdw extensively. Do you > know if this will be fixed in 9.4? I figure it’s worth checking since 9.4 is > scheduled to be released any day now, before I start rewriting the whole > project. No, there's no change in this a

Re: [GENERAL] postgres_fdw: Running default expressions on foreign server

2014-08-22 Thread Michael Paquier
On Fri, Aug 22, 2014 at 6:15 AM, Tommy Duek wrote: > Hi Tom, > > I realize that postgres_fdw on 9.3 doesn't support default expressions > that run on the foreign server. In my case, I have a unique, > auto-incrementing ID column that the remote server keeps track of in a > sequence. The local for