Re: [GENERAL] changing from postgreSQL 8.3 to 9.0

2011-09-26 Thread Albe Laurenz
Malm Paul wrote: > I have a database created on ver 8.3 an have restored the database in a new database in PostgreSQL > 9.0. > In the database i'm using a column storing "bytea". > > When trying to read the database with my java application, I have problems reading from the bytea- > stream. > Inte

Re: [GENERAL] changing from postgreSQL 8.3 to 9.0

2011-09-26 Thread Andreas Kretschmer
Malm Paul wrote: > Hi, > I have a database created on ver 8.3 an have restored the database in a new > database in PostgreSQL 9.0. > In the database i'm using a column storing "bytea". > > When trying to read the database with my java application, I have problems > reading from the bytea-stream

[GENERAL] changing from postgreSQL 8.3 to 9.0

2011-09-26 Thread Malm Paul
Hi, I have a database created on ver 8.3 an have restored the database in a new database in PostgreSQL 9.0. In the database i'm using a column storing "bytea". When trying to read the database with my java application, I have problems reading from the bytea-stream. Integers read is not correct.