Re: COPY problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY problem
Дата
Msg-id 4865.1024782923@sss.pgh.pa.us
обсуждение исходный текст
Ответ на COPY problem  (Varun Kacholia <varunk@cse.iitb.ac.in>)
Список pgsql-general
Varun Kacholia <varunk@cse.iitb.ac.in> writes:
> The command works when used from the psql prompt but gives the following
> error when called using perl.

>  ERROR:  parser: parse error at or near ".9"

This sure looks like the contents of the data file are being fed to the
main SQL parser (and not the COPY code at all).  Perhaps Perl is doing
some sort of weird interpolation on your command string?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Optimizing suggestions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SQL server application porting headache