Closed rendybjunior closed 8 years ago
@rendybjunior It does work. I forked it and did some testing and changes.
Judging from your psql snippet, did you forget to add an ending semi-colon at the end of your sql? The prompt should be "postgres=#" instead of "postgres-#".
Thanks @kitsook for pointing that out, turns out that was the problem, my bad!
I created server & foreign table as per below:
It is also there in postgres log
But when I do simple select, nothing is coming
Meanwhile the data is there
Does the latest code really work? Any idea what is wrong?