Re: Display of TIMESTAMP in 7.2

Поиск
Список
Период
Сортировка
От Alessio Bragadini
Тема Re: Display of TIMESTAMP in 7.2
Дата
Msg-id 1012925218.25181.1016.camel@iris
обсуждение исходный текст
Ответ на Re: Display of TIMESTAMP in 7.2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: PostgreSQL v7.2 Final Release
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Threaded PosgreSQL server