BUG #9897: Wrong Julian Date through ODBC - Mailing list pgsql-bugs

From klimm@lohn24.de
Subject BUG #9897: Wrong Julian Date through ODBC
Date
Msg-id 20140407180953.309.366@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #9897: Wrong Julian Date through ODBC  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      9897
Logged by:          Georg Klimm
Email address:      klimm@lohn24.de
PostgreSQL version: 8.4.20
Operating system:   Server @ LINUX, Client @ WIndows
Description:

SELECT '2014-03-26'::DATE AS date1, '2014-03-26'::DATE AS date2

returns 2456597 2456743

first is 2013-10-31 and second the correct 2014-03-26

same with 2014-03-27 or all other dates is working

pgsql-bugs by date:

Previous
From: jeff@jefftrout.com
Date:
Subject: BUG #9898: WindowAgg's causing horrific plans
Next
From: Tom Lane
Date:
Subject: Re: BUG #9896: Bug in FULL OUTER JOIN