wierd error - Mailing list pgsql-novice

From Travis Hoyt
Subject wierd error
Date
Msg-id DBEMKMGOMJAGKAKEPPEGKEHNDCAA.thoyt@npc.net
Whole thread Raw
Responses Re: wierd error
Re: wierd error
List pgsql-novice
 select * from mydata where to_char(time, 'SS') != '00';
server sent data ("D" message) without prior row description ("T" message)
server sent data ("D" message) without prior row description ("T" message)
server sent data ("D" message) without prior row description ("T" message)
server sent data ("D" message) without prior row description ("T" message)

Anyone know what this means?  I can do a select count(*) on this and it
comes back with a value, approx 460k rows.
I can also do the above select and throw a limit 5 and it will return
those 5 rows...but when I try to run it against
the table and return all results I get the errors above.

Thanks,

Travis

Attachment

pgsql-novice by date:

Previous
From: "Anthony Estevez"
Date:
Subject: Primary Key error
Next
From: "Al-Haddad, Mohammad J"
Date:
Subject: create remote table with sort of index...