String index out of range: 23 problem with timestamp milliseconds

From: Yuva Chandolu <ychandolu(at)ebates(dot)com>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Cc: Carl Sturmer <csturmer(at)ebates(dot)com>
Subject: String index out of range: 23 problem with timestamp milliseconds
Date: 2002-06-18 19:36:45
Message-ID: A0F24737FCB34F489EC955D143BDD851BF84BC@exchange-sf1.corp.ebates.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

We have a timestamp column in one table and we are getting the above problem
when the timestamp column has a value up to milliseconds.

We are using stable PostgreSQL 7.2 jdbc driver (pgjdbc2.jar) got from
http://jdbc.postgresql.org/download.html. Does anyone know of latest
production ready driver that fixes this problem?
Thanks
Yuva

Browse pgsql-hackers by date

  From Date Subject
Next Message Yuva Chandolu 2002-06-18 19:57:44 Milliseconds problem with PostgreSQL 7.2 jdbc driver (pgjdbc2.jar )
Previous Message Dann Corbit 2002-06-18 19:36:20 Why is CacheMemoryContext declared DLLIMPORT in one place and not in another?