v7.1 error ... SELECT converted to a COPY? - Mailing list pgsql-hackers

From The Hermit Hacker
Subject v7.1 error ... SELECT converted to a COPY?
Date
Msg-id Pine.BSF.4.33.0104300134270.411-100000@mobile.hub.org
Whole thread Raw
Responses Re: v7.1 error ... SELECT converted to a COPY?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: 7.1 startup recovery failure
Next
From: Tom Lane
Date:
Subject: Re: v7.1 error ... SELECT converted to a COPY?