Re: timestamp field - select error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "alexandre :: aldeia digital" <alepaes(at)aldeiadigital(dot)com(dot)br>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: timestamp field - select error
Date: 2003-05-26 18:08:52
Message-ID: 3967.1053972532@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"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 alexandre :: aldeia digital 2003-05-26 19:17:47 Re: timestamp field - select error
Previous Message Tom Lane 2003-05-26 16:55:42 Re: How to delete multiple rows from multiple joined tables