I would like to integrate the database PostgreSQL and Firebird. The problem is this:

- Postgres to execute update / insert,
- These data (from PostgreSQL), I have to copy the database Firebird;

I give to trigger AFTER INSERT / UPDATE on tables in PostgreSQL. But what next? how to pass data to Firebird?