From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Alfred Perlstein <bright(at)wintelcom(dot)net> |
Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [GENERAL] ERROR: copyObject: don't know how to copy 704 |
Date: | 2000-03-05 14:15:28 |
Message-ID: | Pine.LNX.4.21.0003051448530.347-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Table schema? Data?
Alfred Perlstein writes:
> 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,
>
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-03-05 14:15:41 | Re: [GENERAL] Postgresql / Threads / Scalability |
Previous Message | Peter Eisentraut | 2000-03-05 14:15:21 | Re: [GENERAL] Median, Quartile and Percentile Aggregate Functions |