BUG #9897: Wrong Julian Date through ODBC

From: klimm(at)lohn24(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9897: Wrong Julian Date through ODBC
Date: 2014-04-07 18:09:53
Message-ID: 20140407180953.309.366@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9897
Logged by: Georg Klimm
Email address: klimm(at)lohn24(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jeff 2014-04-07 18:33:31 BUG #9898: WindowAgg's causing horrific plans
Previous Message David Johnston 2014-04-07 17:43:17 Re: BUG #9896: Bug in FULL OUTER JOIN