Re: [SQL] trigger between to different database

2005-08-14 Thread Michael Fuhr
On Mon, Aug 08, 2005 at 09:41:22PM +0300, Haris Saybasili wrote: > > I have two databasese: database1 and database2. I want to set a > trigger on a table of database1 which will insert some values to a > table of database2. You could use contrib/dblink but you wouldn't have transaction semantics.

Re: [SQL] trigger between to different database

2005-08-14 Thread Kenneth Gonsalves
On Tuesday 09 Aug 2005 12:11 am, Haris Saybasili wrote: > Hi everybody, > > I have two databasese: database1 and database2. I want to set a > trigger on a table of database1 which will insert some values to a > table of database2. > > Is it possible with postgresql? How can I find detailed informat