9.3-beta postgres-fdw COPY error

From: Lonni J Friedman <netllama(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: 9.3-beta postgres-fdw COPY error
Date: 2013-06-21 17:39:31
Message-ID: CAP=oouGRq--PuLxMrxff6jHSEMJvGA17YwZMSuq2vsjY84it5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-06-21 17:52:55 Re: 9.3-beta postgres-fdw COPY error
Previous Message itishree sukla 2013-06-21 17:37:26 Re: File System backup