We were having difficulty comparing timestamps in postgreSQL, using the jdbc3
driver. However, after reviewing the jdbc driver code, I found that the
precision problem I encountered is deliberately coded into the driver.
Why is it that the jdbc driver truncates the fractional part of the seconds to
3 decimal places?
Thanks for any direction you might be able to offer in this respect.