Re: Copy command-Out of memory error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Copy command-Out of memory error
Дата
Msg-id 6191.1349815866@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Copy command-Out of memory error  (Nipuna <nipunajoset@gmail.com>)
Список pgsql-novice
Nipuna <nipunajoset@gmail.com> writes:
> On Tue, Oct 9, 2012 at 3:08 PM, ktm@rice.edu <ktm@rice.edu> wrote:
>> Did you check for quoting or escaping problems as Tom suggested, as well.

> Yes I did, there seems no problems.

Well, you've clearly got *some* problem, because COPY is evidently
thinking that the logical line continues across many physical lines.

If you're using CSV format then this would be easily explained by a
missing closing quote in some field.  In traditional Postgres COPY
format it's harder to have a runaway line.  But you've not given us any
details about the command or the data, so we really can't do more than
guess.

            regards, tom lane


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

Предыдущее
От: Gezeala M. Bacuño II
Дата:
Сообщение: Re: Copy command-Out of memory error
Следующее
От: robert wing
Дата:
Сообщение: selecting all tables with references