Re: strange jdbc problem moving to 8.1 database - Mailing list pgsql-jdbc

From kevin@mtel.co.uk
Subject Re: strange jdbc problem moving to 8.1 database
Date
Msg-id 1131796562.971303.100990@z14g2000cwz.googlegroups.com
Whole thread Raw
In response to strange jdbc problem moving to 8.1 database  (kevin@mtel.co.uk)
List pgsql-jdbc
duhh,
sorry guys.

This one took me a long time to find. I changed the original table that
supplies these fields from char(10) to char varying (10) in the test
system and have made a demo area from the live system still with the
char(10) fields.
the data is actually
'ADMIN     ' not
'ADMIN'
simply dump to sql, alter tabledef to varying, reload and to set field
= trim(field)

noooow it works.
thanks to Kris Jurka


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: strange jdbc problem moving to 8.1 database
Next
From: kevin@mtel.co.uk
Date:
Subject: Re: strange jdbc problem moving to 8.1 database