Stored procedures

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.

Solution

Informix stored procedures must be converted to PostgreSQL manually.

See SQL Programming for more details about executing stored procedures with PostgreSQL.