Re: How to show timestamp with milliseconds(3 digits) in Select clause in Ver7.1 ? - Mailing list pgsql-sql

From Tom Lane
Subject Re: How to show timestamp with milliseconds(3 digits) in Select clause in Ver7.1 ?
Date
Msg-id 4633.1048687611@sss.pgh.pa.us
Whole thread Raw
In response to How to show timestamp with milliseconds(3 digits) in Select clause in Ver7.1 ?  ("Liang Luo" <liang.luo@convergia.net>)
Responses Re: How to show timestamp with milliseconds(3 digits) in Select clause in Ver7.1 ?  ("Liang Luo" <liang.luo@convergia.net>)
List pgsql-sql
"Liang Luo" <liang.luo@convergia.net> writes:
>  2003-01-01 00:43:60.00-05
> Actually, the real data of second and millisecond is 59.996-05, but it shows
> 60.00. I failed to load it when I use this result in other query.

This looks like an old bug.  What Postgres version are you using, and
on what platform?
        regards, tom lane



pgsql-sql by date:

Previous
From: Tomasz Myrta
Date:
Subject: Re: Does anyone use TO_CHAR(INTERVAL)?
Next
From: Greg Stark
Date:
Subject: Re: Complex outer joins?