From: | Alfred Perlstein <bright(at)wintelcom(dot)net> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(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 20:42:15 |
Message-ID: | 20000305124215.G14279@fw.wintelcom.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
* Peter Eisentraut <peter_e(at)gmx(dot)net> [000305 06:44] wrote:
> Table schema? Data?
*smacks head on keyboard* ... Ed Loehr pointed out a mistake:
>
> 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
-----^^^^^^^^^^ fieldname? :)
> > 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
However this error message is a bit more scary than it needs to be, no? :)
thanks,
-Alfred
From | Date | Subject | |
---|---|---|---|
Next Message | Tiago Antao | 2000-03-05 22:31:53 | FETCH/MOVE problem |
Previous Message | Ed Loehr | 2000-03-05 20:17:08 | Re: [GENERAL] RE: Help with installing 6.5.3 on RedHat6.1 - specifying template |