Re: Problem with Now()?

Поиск
Список
Период
Сортировка
От Robert L Mathews
Тема Re: Problem with Now()?
Дата
Msg-id 20020815170559.C5A003FC6B7@mail1.tigertech.net
обсуждение исходный текст
Ответ на Problem with Now()?  ("Linn Kubler" <LKubler@ecw.org>)
Список pgsql-general
At 8/15/02 8:29 AM, LKubler@ecw.org wrote:

>Ok, thanks.  Is it possible to turn that feature off?

If you never want fractional timestamps to appear in your data, specify
the field type as "timestamp(0)" when you create the table. The number in
parentheses is the optional maximum precision that the timestamp will
store.

See the first paragraph beneath the table at:

  http://www.postgresql.org/idocs/index.php?datatype-datetime.html


------------------------------------
Robert L Mathews, Tiger Technologies


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: how to synchronize database operations?
Следующее
От: Markus Wagner
Дата:
Сообщение: Re: how to synchronize database operations?