String index out of range: 23 problem with timestamp

From: Yuva Chandolu <ychandolu(at)ebates(dot)com>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: String index out of range: 23 problem with timestamp
Date: 2002-06-18 18:50:33
Message-ID: A0F24737FCB34F489EC955D143BDD851BF84BB@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 upto milliseconds.

We are using PostgreSQL 7.2 version stable 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 Dann Corbit 2002-06-18 19:36:20 Why is CacheMemoryContext declared DLLIMPORT in one place and not in another?
Previous Message Tom Lane 2002-06-18 18:18:09 Re: SetQuerySnapshot, once again