Re: Migration from DB2 to PostgreSQL

Поиск
Список
Период
Сортировка
От Thomas Markus
Тема Re: Migration from DB2 to PostgreSQL
Дата
Msg-id 51C14FBC.8080307@proventis.net
обсуждение исходный текст
Ответ на Migration from DB2 to PostgreSQL  (sachin kotwal <kotsachin@gmail.com>)
Ответы Re: Migration from DB2 to PostgreSQL  (sachin kotwal <kotsachin@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: sachin kotwal
Дата:
Сообщение: Migration from DB2 to PostgreSQL
Следующее
От: bhanu udaya
Дата:
Сообщение: Re: [pgadmin-support] Postgres DB crashing