Re: Migration from DB2 to PostgreSQL - Mailing list pgsql-general

From Thomas Markus
Subject Re: Migration from DB2 to PostgreSQL
Date
Msg-id 51C14FBC.8080307@proventis.net
Whole thread Raw
In response to Migration from DB2 to PostgreSQL  (sachin kotwal <kotsachin@gmail.com>)
Responses Re: Migration from DB2 to PostgreSQL  (sachin kotwal <kotsachin@gmail.com>)
List pgsql-general
Am 19.06.2013 08:05, schrieb sachin kotwal:
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.
Hi,

as i know each value is limited to 1GB. For larger content use module lo
http://www.postgresql.org/docs/9.2/static/lo.html

Thomas

pgsql-general by date:

Previous
From: sachin kotwal
Date:
Subject: Migration from DB2 to PostgreSQL
Next
From: bhanu udaya
Date:
Subject: Re: [pgadmin-support] Postgres DB crashing