ERROR: copyObject: don't know how to copy 704

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема ERROR: copyObject: don't know how to copy 704
Дата
Msg-id 20000304143207.C14279@fw.wintelcom.net
обсуждение исходный текст
Ответы Re: [GENERAL] ERROR: copyObject: don't know how to copy 704  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
select
  raw.ipaddress,
  formatted.ipaddress
from
  raw ,
  formatted
where
  raw.stat_date < '2000-02-26 02:00:24-08'
  AND
  formatted > '2000-02-26 02:00:24-08'::datetime - '24 hour'::timespan
  AND
  raw.ipaddress = formatted.ipaddress;

gives this:

NOTICE:  unknown node tag 704 in fireRIRonSubselect()
NOTICE:  Node is: { IDENT "formatted" }
NOTICE:  unknown node tag 704 in modifyAggrefQual()
NOTICE:  Node is: { IDENT "formatted" }
ERROR:  copyObject: don't know how to copy 704

I recently had a crash, is this because my SQL is broken, or because
of table corruption?

I've dropped and re-created the "formatted" table (DROP/CREATE) and
this still happens.

Any ideas? (i'm using 6.5.3)

thanks,
--
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]

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

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: [GENERAL] Median, Quartile and Percentile Aggregate Functions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [GENERAL] Transactional logging