DatabaseMetaData and numeric array - Mailing list pgsql-jdbc

From abyss
Subject DatabaseMetaData and numeric array
Date
Msg-id 8f60d3bd0712171422p6fce1bedn68b91c48e76692c6@mail.gmail.com
Whole thread Raw
Responses Re: DatabaseMetaData and numeric array  (Kris Jurka <books@ejurka.com>)
List 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!

pgsql-jdbc by date:

Previous
From: "Matt Magoffin"
Date:
Subject: Re: how to set a PreparedStatement column of XML type in 8.3?
Next
From: Kris Jurka
Date:
Subject: Re: DatabaseMetaData and numeric array