On 06/21/2013 04:49 PM, Daniel de Oliveira Mantovani wrote:

http://wiki.postgresql.org/images/d/d1/DB2UDB-to-PG.pdf

On 18 June 2013 05:52, sachin kotwal <kotsac...@gmail.com> wrote:
Function in DB2: BLOB() Criteria: Size of character string targeted for cast
is more than 1GB How can I migrate this function into PostgreSQL with above
mention criteria.

The TEXT data type within PostgreSQL has a limit 1GB. You may want to consider using large objects or breaking up your text to more reasonable values per row.

JD




________________________________
View this message in context: Migration from DB2 to PostgreSQL
Sent from the PostgreSQL - general mailing list archive at Nabble.com.






--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to