On Sat, Jul 23, 2011 at 8:53 PM, Yan Chunlu <springrider(at)gmail(dot)com> wrote:
> the system date formats? looks the same:
hehe, no, the internal formats. There's a floating point and an
integer method. They have to be the same and according to your output
of pg_config they are, with this config flag listed for both:
--enable-integer-datetimes
btw, integer is preferred over floating point for date types, at least
as far as I know.