Timestamp Question

From: Greg Markham <gmarkham(at)markhamdirect(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Timestamp Question
Date: 2004-07-10 16:01:40
Message-ID: 40F012E4.3000001@markhamdirect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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?

- Greg Markham

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-07-10 16:19:43 Re: Timestamp Question
Previous Message Mark Kirkwood 2004-07-10 03:06:20 Re: Cursors performance