Re: problem with 'copy binary' file format

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with 'copy binary' file format
Дата
Msg-id 13049.1043187541@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with 'copy binary' file format  (john guthrie <jguthrie@psynapsetech.net>)
Ответы Re: problem with 'copy binary' file format
Список pgsql-interfaces
john guthrie <jguthrie@psynapsetech.net> writes:
> i am having a problem creating a 'copy binary' input file in c
> on my linux box running postgresql 7.2.2. the error message i get is:
>    ERROR:  copy: line 1, pg_atoi: error in "PGBCOPY": can't parse "PGBCOPY"

And what exactly are you doing with the file after you create it?
pg_atoi shouldn't be invoked at all during COPY BINARY FROM ...
        regards, tom lane


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

Предыдущее
От: john guthrie
Дата:
Сообщение: problem with 'copy binary' file format
Следующее
От: john guthrie
Дата:
Сообщение: Re: problem with 'copy binary' file format