Re: timestamp field - select error - Mailing list pgsql-sql

From alexandre :: aldeia digital
Subject Re: timestamp field - select error
Date
Msg-id 1255.192.168.1.101.1053976667.squirrel@webmail.ad2.com.br
Whole thread Raw
In response to Re: timestamp field - select error  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: timestamp field - select error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Tom,

Really the field is a Domain (datetime = timestamp without timezone).
And for information, this is a log table. If the criteria is more
"distant" of the most recent registers (50 or 60), the error occurs.

Thank´s Tom.....I will report my tests.

alexandre


> "alexandre :: aldeia digital" <alepaes@aldeiadigital.com.br> writes:
>> * But if I do: (...) where cf03dthr <= '2003-05-26' (...)
>> * I get: "ERROR:  convert_timevalue_to_scalar: unsupported type 16976"
>
> I could not reproduce this here.  If your column is actually of a domain
> over timestamp, then you may need some post-7.3.2 bug fixes; see the
> just-released 7.3.3.  Otherwise, please provide a self-contained test
> case.
>
>             regards, tom lane
>



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: timestamp field - select error
Next
From: Tom Lane
Date:
Subject: Re: timestamp field - select error