Re: ResultSetMetaData.getColumnDisplaySize returns 2147483647 ? - Mailing list pgsql-jdbc

From DGPickett
Subject Re: ResultSetMetaData.getColumnDisplaySize returns 2147483647 ?
Date
Msg-id 3c7f373b-77e6-4860-984e-101af492abe3@f37g2000vbf.googlegroups.com
Whole thread Raw
In response to ResultSetMetaData.getColumnDisplaySize returns 2147483647 ?  (DGPickett <DGPickett@aol.com>)
Responses Re: ResultSetMetaData.getColumnDisplaySize returns 2147483647 ?  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
On Feb 26, 1:18 pm, bo...@ejurka.com (Kris Jurka) wrote:

> The server is responsible for determining the type and length of data, not
> the JDBC driver.  The server tells the JDBC driver that it is unknown and
> the driver has to do something with it.  You are still ignoring the fact
> that there must be cases where the server cannot possibly know the length
> of a piece of data even if it was capable of of handling the simpler
> cases.
>
> Kris Jurka
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-j...@postgresql.org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-jdbc

Well, can the JDBC team raise this issue with the postgres server
team, that many relatively obvious cases are being marked 'width
unknown'?

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: ResultSetMetaData.getColumnDisplaySize returns 2147483647 ?
Next
From: Kris Jurka
Date:
Subject: Re: ResultSetMetaData.getColumnDisplaySize returns 2147483647 ?