Re: Timestamp Fractions Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Timestamp Fractions Problem
Дата
Msg-id 28671.1032101502@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Timestamp Fractions Problem  ("Florian Mader" <florian_mader@gmx.net>)
Ответы Re: Timestamp Fractions Problem
Список pgsql-sql
"Florian Mader" <florian_mader@gmx.net> writes:
> Now I tried the same create, insert and select statement you did. But
> the DB didn't return fractions like it did in your case.

Hm, what PG version are you running?  You need 7.2 or later to have full
support for fractional timestamps (in particular, the result of now() is
only good to the nearest second in prior versions).
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Florian Mader"
Дата:
Сообщение: Re: Timestamp Fractions Problem
Следующее
От: "Jerome Chochon"
Дата:
Сообщение: Rules and Triggers: another question