On Thu, 2005-11-10 at 09:03 -0600, Judith Altamirano Figueroa wrote:
> Hello everybody!!!, I'd like to know if there another way to get the
> time from a timestamp type, because in earliest versions I just get
> the time like time(fecha) and now this returns an error, thanks in
> advanced!!!!!!!
rbt=# select cast(now() - date_trunc('day', now()) as time);
time
-----------------
13:10:42.495579
(1 row)
--