Database trigger across multiple postgres databases - Mailing list pgsql-general

From carty mc
Subject Database trigger across multiple postgres databases
Date
Msg-id 96946.49618.qm@web58515.mail.re3.yahoo.com
Whole thread Raw
List pgsql-general
I have a question regarding postgres Trigger.
We have two applications which connect to two different databases (Both are postgres).
Is it possible to create a trigger (row based) in one database say A, which can access another database say B and updates a table there.
 
In brief, Is it possible to create Trigger in one database, which can connect to another database for making an update in the other database table.
 
thanks,


Never miss a thing. Make Yahoo your homepage.

pgsql-general by date:

Previous
From: "Teemu Juntunen"
Date:
Subject: Delete after trigger fixing the key of row numbers
Next
From: purple_cat
Date:
Subject: PostgreSQL terminates after crash of another server process