Re: Display of TIMESTAMP in 7.2 - Mailing list pgsql-hackers

From Alessio Bragadini
Subject Re: Display of TIMESTAMP in 7.2
Date
Msg-id 1012925218.25181.1016.camel@iris
Whole thread Raw
In response to Re: Display of TIMESTAMP in 7.2  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@albourne.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



pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: PostgreSQL v7.2 Final Release
Next
From: Tom Lane
Date:
Subject: Re: Threaded PosgreSQL server