Database trigger across multiple postgres databases

From: carty mc <cartymc3(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Database trigger across multiple postgres databases
Date: 2008-03-28 14:39:43
Message-ID: 96946.49618.qm@web58515.mail.re3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message Tomasz Ostrowski 2008-03-28 14:41:56 Re: Survey: renaming/removing script binaries (createdb, createuser...)
Previous Message Bruce Momjian 2008-03-28 14:25:21 Re: Survey: renaming/removing script binaries (createdb, createuser...)