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

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема v7.1 error ... SELECT converted to a COPY?
Дата
Msg-id Pine.BSF.4.33.0104300134270.411-100000@mobile.hub.org
обсуждение исходный текст
Ответы Re: v7.1 error ... SELECT converted to a COPY?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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
Backend sent D message without prior T
Backend sent D message without prior T
Backend sent D message without prior T
Backend sent D message without prior T
Backend sent D message without prior T
Enter data to be copied followed by a newline.
End with a backslash and a period on a line by itself.
>> \.
Unknown protocol character 'J' read from backend.  (The protocol character is the first character the backend sends in
responseto a query it receives).
 
PQendcopy: resetting connection



Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org



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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: 7.1 startup recovery failure
Следующее
От: Tom Lane
Дата:
Сообщение: Re: v7.1 error ... SELECT converted to a COPY?