Mike Bridge wrote:
> The version of a proprietary library we have licensed does not
> understand the extra decimal places in Postgresql 7.3 datetime
> types. (We are currently using it with Postgresql 7.1.) But
> everything else appears to work fine with the new 7.3 jdbc driver.
Obviously, the ideal thing would be to appeal to whoever made the
proprietary driver to make it understand the extra decimal places.
Failing that, I think you'd be better off patching the 7.3 driver to
suppress them than to use the 7.1 driver.
Scott