Re: v7.1 error ... SELECT converted to a COPY?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: v7.1 error ... SELECT converted to a COPY?
Дата
Msg-id 10464.988606470@sss.pgh.pa.us
обсуждение исходный текст
Ответ на v7.1 error ... SELECT converted to a COPY?  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: v7.1 error ... SELECT converted to a COPY?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
> Okay, maybe this query isn't quite as simple as I think it is, but does
> this raise any flags for anyone?  How did I get into a COPY?  It appears
> re-creatable, as I've done it twice so far ...

> eceb=# select e.idnumber,e.password from egi e, auth_info a where e.idnumber != a.idnumber;
> Backend sent D message without prior T
> Backend sent D message without prior T

At a guess, you're running out of memory on the client side for the
SELECT results (did you really want a not-equal rather than equal
constraint there!?) --- libpq tends not to cope with this too
gracefully.  Someone oughta fix that...
        regards, tom lane


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: v7.1 error ... SELECT converted to a COPY?
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: v7.1 error ... SELECT converted to a COPY?