Chris Thompson <thompson(at)ednet(dot)co(dot)uk> writes:
> Hi,
> I'm trying to find some info on how to safely maintain 2 separate
> databases.
>
> Basically, an INSERT or UPDATE will happen the master db, and this should
> call a trigger to a cpp app that will exec the appropriate query on the
> second db.
This requires two pass commit which is not implemented in postgres and
will not be implemented in the foreseeable future. May be you should
re think your design or use Oracle :-(
Regards,
Manuel.