Re: [SQL] insert record in remote database

2010-10-23 Thread Osvaldo Kussama
2010/10/22 Maruti Nandan : > have any one idea !!! > > postgres db, to insert record in a table of other database through > function!!! > > > u see the dblink , but it just use for select statement i want to > > > when trigger fire i want to insert record in other db > -- >From manual: dblink_ex

[SQL] insert record in remote database

2010-10-23 Thread Maruti Nandan
have any one idea !!! postgres db, to insert record in a table of other database through function!!! u see the dblink , but it just use for select statement i want to when trigger fire i want to insert record in other db -- -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To mak