Migration from DB2 to PostgreSQL

From: sachin kotwal <kotsachin(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Migration from DB2 to PostgreSQL
Date: 2013-06-19 06:05:34
Message-ID: 1371621933928-5759800.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Markus 2013-06-19 06:29:16 Re: Migration from DB2 to PostgreSQL
Previous Message Sam Crawley 2013-06-19 05:25:14 Finding the synchronous slave after a master crash