DatabaseMetaData and numeric array

From: abyss <kurjak(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: DatabaseMetaData and numeric array
Date: 2007-12-17 22:22:39
Message-ID: 8f60d3bd0712171422p6fce1bedn68b91c48e76692c6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi! Is there a way to get proper precision and scale of numeric array?

eg:
create table public.test (
testnum numeric(18,4)[]
);

DatabaseMetaData.getPrecision and getScale always return 0...

Thanks!

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-12-18 04:42:57 Re: DatabaseMetaData and numeric array
Previous Message Matt Magoffin 2007-12-17 04:16:26 Re: how to set a PreparedStatement column of XML type in 8.3?