Re: data storage for timestamp data type?

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: data storage for timestamp data type?
Дата
Msg-id FF6C5089-51FA-4869-B6F8-1E558517315F@seespotcode.net
обсуждение исходный текст
Ответ на data storage for timestamp data type?  (Chirag Patel <patelc75@yahoo.com>)
Список pgsql-novice
On Aug 14, 2007, at 13:52 , Chirag Patel wrote:

> If I use timestamp(3) as an example, will postgres still allocate
> the entire 8 bytes for the column or reduce it?

8 bytes will still be allocated. Internally it's an 8-byte int or an
8-byte float depending on whether or not you compiled with enable-
integer-datetimes.

Michael Glaesemann
grzm seespotcode net



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

Предыдущее
От: Chirag Patel
Дата:
Сообщение: data storage for timestamp data type?
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: data storage for timestamp data type?