9.3-beta postgres-fdw COPY error

Поиск
Список
Период
Сортировка
От Lonni J Friedman
Тема 9.3-beta postgres-fdw COPY error
Дата
Msg-id CAP=oouGRq--PuLxMrxff6jHSEMJvGA17YwZMSuq2vsjY84it5A@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: itishree sukla
Дата:
Сообщение: Re: File System backup
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: 9.3-beta postgres-fdw COPY error