Re: Integer datetimes

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Integer datetimes
Дата
Msg-id 1178476313.18303.164.camel@goldbach
обсуждение исходный текст
Ответ на Re: Integer datetimes  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Sun, 2007-06-05 at 13:09 -0400, Bruce Momjian wrote:
> Also, are we sure we can load a dump that used the float format?  What
> happens for a date out of int8 range?

AFAIK we should always be able to reload timestamp values that are in
the legal range for an int8-based timestamp. For values outside that
range, the restore will fail, just as it would if you tried to move an
application from PG 8.2 with float timestamps to PG 8.2 with integer
timestamps. The user can always reconfigure with
--disable-integer-datetimes.

-Neil




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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [PATCHES] Arrays of Complex Types
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory