Re: Precision and scale of numeric column reported as value

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Sergio_Lob(at)iwaysoftware(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Precision and scale of numeric column reported as value
Date: 2005-03-23 21:06:09
Message-ID: 4241DA41.3060908@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sergio Lob wrote:
> Bug to report - For a numeric in a table defined by:
> CREATE TABLE SERG (F01NUM NUMERIC) ;
> , the precision and scale reported by ResultSetMetaData.getScale() and
> ResultSetMetaData.getPrecision() are value -1

What should they return instead in this case?

-O

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-03-23 21:09:14 Re: BUG #1518: Conversions to (undocumented) SQL year-month and
Previous Message Keith Browne 2005-03-23 20:55:07 Re: BUG #1552: massive performance hit between 7.4 and 8.0.1