wierd error

Поиск
Список
Период
Сортировка
От Travis Hoyt
Тема wierd error
Дата
Msg-id DBEMKMGOMJAGKAKEPPEGKEHNDCAA.thoyt@npc.net
обсуждение исходный текст
Ответы Re: wierd error  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: wierd error  (Oliver Elphick <olly@lfix.co.uk>)
Список 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

Вложения

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

Предыдущее
От: "Anthony Estevez"
Дата:
Сообщение: Primary Key error
Следующее
От: "Al-Haddad, Mohammad J"
Дата:
Сообщение: create remote table with sort of index...