SQL adaptation guide For PostgreSQL 8.x.y, 9.x.y / Data dictionary |
Both Informix® and PostgreSQL support stored procedures, but the programming languages are totally different. With PostgreSQL you must create the stored procedure language before writing triggers or stored procedures.
Informix stored procedures must be converted to PostgreSQL manually.