Re: Integer datetimes - Mailing list pgsql-hackers

From Neil Conway
Subject Re: Integer datetimes
Date
Msg-id 1178476313.18303.164.camel@goldbach
Whole thread Raw
In response to Re: Integer datetimes  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: David Fetter
Date:
Subject: Re: [PATCHES] Arrays of Complex Types
Next
From: Hiroshi Inoue
Date:
Subject: Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory