Re: [GENERAL] 9.3-beta postgres-fdw COPY error

2013-06-21 Thread Vibhor Kumar
On Jun 21, 2013, at 3:38 PM, Lonni J Friedman wrote: > On Fri, Jun 21, 2013 at 11:17 AM, Vibhor Kumar > wrote: >> >> On Jun 21, 2013, at 2:05 PM, Lonni J Friedman wrote: >> >>> On Fri, Jun 21, 2013 at 10:56 AM, Vibhor Kumar >>> wrote: On Jun 21, 2013, at 1:39 PM, Lonni J Friedman

Re: [GENERAL] 9.3-beta postgres-fdw COPY error

2013-06-21 Thread Vibhor Kumar
On Jun 21, 2013, at 1:56 PM, Lonni J Friedman wrote: > I was afraid someone would say that. Is this a limitation that might > be removed in the future (like 9.4), or is there a technical reason > why its not possible to do a COPY against a foreign table? I think reason is, FDW is a way of repr

Re: [GENERAL] 9.3-beta postgres-fdw COPY error

2013-06-21 Thread Adrian Klaver
On 06/21/2013 10:56 AM, Lonni J Friedman wrote: I was afraid someone would say that. Is this a limitation that might be removed in the future (like 9.4), or is there a technical reason why its not possible to do a COPY against a foreign table? Others would have to comment on that. Important t

Re: [GENERAL] 9.3-beta postgres-fdw COPY error

2013-06-21 Thread Lonni J Friedman
I was afraid someone would say that. Is this a limitation that might be removed in the future (like 9.4), or is there a technical reason why its not possible to do a COPY against a foreign table? On Fri, Jun 21, 2013 at 10:52 AM, Adrian Klaver wrote: > On 06/21/2013 10:39 AM, Lonni J Friedman wr

Re: [GENERAL] 9.3-beta postgres-fdw COPY error

2013-06-21 Thread Vibhor Kumar
On Jun 21, 2013, at 1:39 PM, Lonni J Friedman wrote: > Greetings, > I'm trying to test out the new postgres-fdw support in postgresql-9.3 > (beta) in preparation for an upgrade from 9.2 later this year. So > far, everything is working ok, however one problem I'm encountering is > with the COPY

Re: [GENERAL] 9.3-beta postgres-fdw COPY error

2013-06-21 Thread Adrian Klaver
On 06/21/2013 10:39 AM, Lonni J Friedman wrote: Greetings, I'm trying to test out the new postgres-fdw support in postgresql-9.3 (beta) in preparation for an upgrade from 9.2 later this year. So far, everything is working ok, however one problem I'm encountering is with the COPY command. When I

[GENERAL] 9.3-beta postgres-fdw COPY error

2013-06-21 Thread Lonni J Friedman
Greetings, I'm trying to test out the new postgres-fdw support in postgresql-9.3 (beta) in preparation for an upgrade from 9.2 later this year. So far, everything is working ok, however one problem I'm encountering is with the COPY command. When I run it against a foreign table (which is also in a