From: | Alessio Bragadini <alessio(at)albourne(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Display of TIMESTAMP in 7.2 |
Date: | 2002-02-05 16:06:57 |
Message-ID: | 1012925218.25181.1016.camel@iris |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 2002-02-05 at 18:01, Tom Lane wrote:
> Use to_char if you want to control the formatting precisely. Or
> replace now() with CURRENT_TIMESTAMP(0) (which not only does what
> you want, but is standards-compliant).
I did try current_timestamp() but not current_timestamp(0)...
Thank you very much.
--
Alessio F. Bragadini alessio(at)albourne(dot)com
APL Financial Services http://village.albourne.com
Nicosia, Cyprus phone: +357-22-755750
"It is more complicated than you think"
-- The Eighth Networking Truth from RFC 1925
From | Date | Subject | |
---|---|---|---|
Next Message | Ken Kennedy | 2002-02-05 16:08:29 | Re: Management tool support and scalibility |
Previous Message | Tom Lane | 2002-02-05 16:03:58 | Re: DRDA, network protocol, and documentation |