carty mc wrote:
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.

Sure - check the manuals (in 8.3) for dblink - it's in contrib. It's been there for a while, but the documentation for contrib modules wasn't in the manual until 8.3

--
  Richard Huxton
  Archonet Ltd

--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to