Tommy Duek writes:
> Im working on a project now that uses the postgres_fdw extensively. Do you
> know if this will be fixed in 9.4? I figure its 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
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