Re: [GENERAL] mssql to postgres problems with bytea help needed

2008-03-06 Thread Tom Lane
Thomas Kellerer <[EMAIL PROTECTED]> writes: > robert, 06.03.2008 15:32: >> I've successfully converted a huge mssql ddl to postgres 8.1.9 - I >> could upgrade if need be. We run both db's for our app depending on >> the customer. We have a new feature, storing serialized java objects >> in the db,

Re: [GENERAL] mssql to postgres problems with bytea help needed

2008-03-06 Thread Thomas Kellerer
robert, 06.03.2008 15:32: Hi all, I've successfully converted a huge mssql ddl to postgres 8.1.9 - I could upgrade if need be. We run both db's for our app depending on the customer. We have a new feature, storing serialized java objects in the db, and I'm having trouble with on this insert: IN

[GENERAL] mssql to postgres problems with bytea help needed

2008-03-06 Thread robert
Hi all, I've successfully converted a huge mssql ddl to postgres 8.1.9 - I could upgrade if need be. We run both db's for our app depending on the customer. We have a new feature, storing serialized java objects in the db, and I'm having trouble with on this insert: INSERT INTO "FUND_ASSET_DTO_BI