Re: BETWEEN not matching on timestamp value

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "James B(dot) Byrne" <byrnejb(at)harte-lyne(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: BETWEEN not matching on timestamp value
Date: 2009-06-30 18:07:40
Message-ID: 23081.1246385260@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"James B. Byrne" <byrnejb(at)harte-lyne(dot)ca> writes:
> The column is a timestamp value. I expected any time on any given
> date to fall between the start and end of that day so the
> hh:mm:ss:hh portion does not leap out at me as something that should
> cause a problem. Should it?

It's the eight-digit year field that it's unhappy with ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message James B. Byrne 2009-06-30 18:13:39 Re: BETWEEN not matching on timestamp value]
Previous Message Scott Marlowe 2009-06-30 17:58:55 Re: BETWEEN not matching on timestamp value