Hi,
I believe I've discovered a bug in the JDBC implementation that ships
with PostgreSQL 7.3: When loading a timestamp, the fractional seconds
may be truncated. Specifically, if there are more than three
fractional digits, they are truncated to three. If there are three or
two, they are truncated by one. If there is one, it is left alone.