COPY from files does not work

Поиск
Список
Период
Сортировка
От Llew
Тема COPY from files does not work
Дата
Msg-id 9s9ijm$gt1$1@news.tht.net
обсуждение исходный текст
Список pgsql-interfaces
I am using pq++ and am having problems getting the COPY command to work. I
am using this to inport huge files (700 Mb) at a time. The thing is if I do
it manually or even via psql, the same SQL commands work. The really odd
thing is that this fails:
CREATE TABLE temp1 (a integer, b integer);
COPY BINARY temp to '/local/temp_table.bin'
COPY BINARY temp from '/local/temp_table.bin'

I am calling PgDatabase.ExecCommandOk and getting error messages like
ERROR: copy: line 18, COPY BINARY: unexpected EOF
ERROR: COPY BINARY: file signature not recognized

Help! Does the C/C++ library bindings force postgresql to look in odd places
for COPY or something. I am at my wits end.

Llew




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: tables invisible to pSQL
Следующее
От: "Llew"
Дата:
Сообщение: Re: COPY from files does not work