Re: Migration from DB2 to PostgreSQL

From: Thomas Markus <t(dot)markus(at)proventis(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Migration from DB2 to PostgreSQL
Date: 2013-06-19 06:29:16
Message-ID: 51C14FBC.8080307@proventis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message bhanu udaya 2013-06-19 07:12:13 Re: [GENERAL] Postgres DB crashing
Previous Message sachin kotwal 2013-06-19 06:05:34 Migration from DB2 to PostgreSQL