| SQL adaptation guide For PostgreSQL 8.x.y, 9.x.y / Data dictionary | |
Both Informix® and PostgreSQL Server provide special data types to store very large texts or images:
| Informix data type | PostgreSQL data type |
|---|---|
| TEXT | TEXT |
| BYTE | BYTEA |
TEXT and BYTE data can be stored in PostgreSQL TEXT and BYTEA columns.