Re: 6.5.0 datetime bug? - Mailing list pgsql-hackers

From gravity@dds.nl
Subject Re: 6.5.0 datetime bug?
Date
Msg-id 20000331102133.A9135@node10065.a2000.nl
Whole thread Raw
List pgsql-hackers
On Thu, Mar 30, 2000 at 01:48:27PM -0600, Ross J. Reedstrom wrote:
> > testtime=> select date_part('day', '3-26-2000'::timestamp-'3-6-2000'::timestamp) as days;
> >   20
> > testtime=> select date_part('day', '3-27-2000'::timestamp-'3-6-2000'::timestamp) as days;
> >   20
> Hmm, I happen to have a 6.5.0 system sitting here: It works there, so I suspect
> something with your local operating system config. Are you running LOCALE enabled?
> Since the same version works on my system, others reports of higher versions working
> for them probably don't mean much.
> Ross

now, this is weird.

no idea if I have LOCALE enabled, I don't use it that's for sure.

anyone?

tinus.

(I'll try upgrading anyhow)


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: BIT datatype
Next
From: "Sergey V. Mikheev"
Date:
Subject: Postresql & triggers