Re: [BUGS] now() and date_trunc() apparently corrupting data

2003-03-14 Thread Oliver Elphick
On Thu, 2003-03-13 at 23:06, Tom Lane wrote: > Oliver Elphick <[EMAIL PROTECTED]> writes: > > This is with -configure -enable-integer-datetime in 7.3.2, i386 Linux > > platform. Is anyone else seeing this? If so, does it happen without > > --enable-integer-datetime? > > > junk=# select

Re: [BUGS] now() and date_trunc() apparently corrupting data

2003-03-13 Thread Tom Lane
Oliver Elphick <[EMAIL PROTECTED]> writes: > This is with -configure -enable-integer-datetime in 7.3.2, i386 Linux > platform. Is anyone else seeing this? If so, does it happen without > --enable-integer-datetime? > junk=# select * from mt; > v > - >

[BUGS] now() and date_trunc() apparently corrupting data

2003-03-13 Thread Oliver Elphick
This is with -configure -enable-integer-datetime in 7.3.2, i386 Linux platform. Is anyone else seeing this? If so, does it happen without --enable-integer-datetime? junk=# \d mt Table "public.mt" Column |Type | Modifiers --