Re: more incorrect values for DatabaseMetaData.getColumns() - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: more incorrect values for DatabaseMetaData.getColumns()
Date
Msg-id 200206101615.g5AGFmC16276@candle.pha.pa.us
Whole thread Raw
In response to Re: more incorrect values for DatabaseMetaData.getColumns()  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
Dave Cramer wrote:
> Does anybody know what the definitive answer is here?
>
> dave
> On Sat, 2002-06-08 at 10:21, Craig Longman wrote:
> >
> > just also noticed that the date values are coming back with a
> > COLUMN_SIZE of 8 (again, storage i guess?) whereas the other databases
> > are coming back with 26.

That 26 must be characters of display.   Not sure which value is
supposed to be returned.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: Craig Longman
Date:
Subject: Re: more incorrect values for DatabaseMetaData.getColumns()
Next
From: "Arthur & Kathy Yeo"
Date:
Subject: Re: Getting ResultSet using JDBC when calling Stored-Procedures