On Sat, 15 Jan 2005, raxfar wrote:
>
> Bug reference: 1402
> PostgreSQL version: 8.0.0-rc2
> Description: getPrecision don't work
>
> java.sql.ResultSetMetaData _oMetaData.getPrecision(i)
> java.sql.ResultSetMetaData _oMetaData.getScale(i)
> methods not to get Precision and Scale
>
What underlying data type are you trying to call these methods on? You
need to provide some more information to describe what you are doing.
Kris Jurka