RE: JDBC Timestamp Problem

Lists: pgsql-interfaces
From: Ken Kachnowich <khkachn(at)madweed(dot)ncsc(dot)mil>
To: pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: JDBC Timestamp Problem
Date: 2000-12-13 16:13:55
Message-ID: 3A37A043.C8EAFDA8@madweed.ncsc.mil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

This does seem to be a thorny problem. It seems we need an answer that
does the following:

follows the ISO date style

maintains the Postgres milliseconds

returns valid records when a select is done based on a Timestamp`

Best 2 out of 3? Return milliseconds from the Postgres back end.

Ken