9.3-beta postgres-fdw COPY error - Mailing list pgsql-general

From Lonni J Friedman
Subject 9.3-beta postgres-fdw COPY error
Date
Msg-id CAP=oouGRq--PuLxMrxff6jHSEMJvGA17YwZMSuq2vsjY84it5A@mail.gmail.com
Whole thread Raw
Responses Re: 9.3-beta postgres-fdw COPY error  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: 9.3-beta postgres-fdw COPY error  (Vibhor Kumar <vibhor.kumar@enterprisedb.com>)
List pgsql-general
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 9.3 instance), it fails:

COPY my_foreigntbl (id,testname) TO '/tmp/testlist_aid' (DELIMITER ',');
ERROR:  cannot copy from foreign table "my_foreigntbl"


Is this expected behavior or a bug?

thanks!


pgsql-general by date:

Previous
From: itishree sukla
Date:
Subject: Re: File System backup
Next
From: Adrian Klaver
Date:
Subject: Re: 9.3-beta postgres-fdw COPY error