Re: Timestamp Question - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Timestamp Question
Date
Msg-id 40F15284.2090905@opencloud.com
Whole thread Raw
In response to Timestamp Question  (Greg Markham <gmarkham@markhamdirect.com>)
Responses Re: Timestamp Question
List pgsql-jdbc
Greg Markham wrote:
> I have searched the archives and not found and answer to this question:
>
> I am trying to use a Java Timestamp object to create a Postgresql
> Timestamp(6) field.  I can insert a Timestamp but it only goes to the
> millisecond(2004-07-10 12:59:59.123) I need it to the microsecond
> (2004-07-10 12:59:59.123456).  Is there a way to do this?

 From a quick look at the driver code, it appears to support nanosecond
precision in Timestamps.

What exactly is the problem you see? Can you provide a testcase?

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Timestamp Question
Next
From: Oliver Jowett
Date:
Subject: Re: No class found for inet