| From: | "Yann PICHOT" <ypichot(at)gmail(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Fwd: Diffrence between 8.0.3 and 8.1.3 |
| Date: | 2006-07-05 06:57:00 |
| Message-ID: | 6ff7932d0607042357x4a464cdv2167c4b1ab12e775@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-jdbc |
---------- Forwarded message ----------
From: Yann PICHOT <ypichot(at)gmail(dot)com>
Date: 4 juil. 2006 10:07
Subject: Re: [JDBC] Diffrence between 8.0.3 and 8.1.3
To: Kris Jurka <books(at)ejurka(dot)com>
2006/7/3, Yann PICHOT <ypichot(at)gmail(dot)com>:
>
>
>
>
> Yes i describe exactly my test. Tomorrow, i download and install 8.1.4 and
> i test it again. I do my test with JDK 1.5.
>
> --
> Yann
>
Hi,
I install 8.1.4 and i do test and i have the same problem.
When i use this SQL request : SELECT col1, cast(' ' as varchar(3)) as mycol
FROM mytable, getColumnDisplaySize return -5.
When i use this SQL request : SELECT col1, cast(' ' as varchar(3)) as mycol,
getColumnDisplaySize return 3 !!!!
I do these tests with SQL_ASCII and LATIN9 database code page.
Regards,
--
Yann
--
Yann
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomasz Ostrowski | 2006-07-05 08:33:59 | Re: query very slow when enable_seqscan=on |
| Previous Message | Tom Lane | 2006-07-04 20:17:45 | Re: BUG #2512: pg_dump produces unrestorable output when table and serial sequence are not in the same schema |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2006-07-05 19:31:48 | Re: Fwd: [JDBC] Diffrence between 8.0.3 and 8.1.3 |
| Previous Message | Dave Cramer | 2006-07-03 18:08:50 | Re: [JDBC] Is what I want possible and if so how? |