Re: internal time format

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: internal time format
Дата
Msg-id 15774.1050355397@sss.pgh.pa.us
обсуждение исходный текст
Ответ на internal time format  (justin <jtyme@intrusic.com>)
Список pgsql-hackers
justin <jtyme@intrusic.com> writes:
> I'm generating binary copy files and was wondering if someone could quickly 
> shed some light on the internal binary format used to represent time types, 
> specifically timestamp{w/tz} types.

It's usually a float8, but an int8 if you built with
--enable-integer-datetimes.  IIRC, the float8 represents seconds
before/since midnight 1/1/2000, the int8 the same but multiplied by
10^6.  For timestamptz the reference is midnight GMT, for timestamp
it's, uh, just midnight ...

> pointers to which source files and/or routines to look at would 
> be sufficient.  

The date and time related files in src/backend/utils/adt/ are what
to look at.
        regards, tom lane



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

Предыдущее
От: cbbrowne@cbbrowne.com
Дата:
Сообщение: Re: Anyone working on better transaction locking?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Are we losing momentum?