Re: timestamp field - select error

From: "alexandre :: aldeia digital" <alepaes(at)aldeiadigital(dot)com(dot)br>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: timestamp field - select error
Date: 2003-05-26 19:17:47
Message-ID: 1255.192.168.1.101.1053976667.squirrel@webmail.ad2.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)aldeiadigital(dot)com(dot)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
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-05-26 20:18:53 Re: timestamp field - select error
Previous Message Tom Lane 2003-05-26 18:08:52 Re: timestamp field - select error