Migration from DB2 to PostgreSQL - Mailing list pgsql-general

From sachin kotwal
Subject Migration from DB2 to PostgreSQL
Date
Msg-id 1371621933928-5759800.post@n5.nabble.com
Whole thread Raw
Responses Re: Migration from DB2 to PostgreSQL  (Thomas Markus <t.markus@proventis.net>)
List pgsql-general
While migrating my application from DB2 to PostgreSQL.

I want to migrate following functions in PostgreSQL.

Functions in DB2: BLOB()/CLOB()

Criteria:
Size of character string targeted for cast is more than 1GB.  Character
String as argument to this function.

How can I migrate this function into PostgreSQL with above mention criteria.



--
View this message in context: http://postgresql.1045698.n5.nabble.com/Migration-from-DB2-to-PostgreSQL-tp5759800.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Sam Crawley
Date:
Subject: Finding the synchronous slave after a master crash
Next
From: Thomas Markus
Date:
Subject: Re: Migration from DB2 to PostgreSQL