Re: [GENERAL] update tables in remote db using trigger

2001-04-07 Thread Rod Taylor
inal Message - From: "Marc Wrubleski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 7:22 PM Subject: [GENERAL] update tables in remote db using trigger > Hi all, > > I would like to do something like the following in a trigger: >

Re: [GENERAL] update tables in remote db using trigger

2001-04-06 Thread Marc Wrubleski
very specific parameters). > -- > Rod Taylor > > There are always four sides to every story: your side, their side, the > truth, and what really happened. > - Original Message - > From: "Marc Wrubleski" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTE

[GENERAL] update tables in remote db using trigger

2001-04-06 Thread Marc Wrubleski
Hi all, I would like to do something like the following in a trigger: update tablename on otherdbhost set field1 = new.field1 where keyfield = new.keyfield; Is this a pipe dream using Postgres or is there some way to perform such a feat? Thanks. Marc Wrubleski ---(en