Re: [SQL] insert record in remote database

2010-10-24 Thread Osvaldo Kussama
2010/10/24 tejas tank : > Hello, >     Thanks a lot, >      This doc i have been read , i was thought it work but when i fire this > with my plsql on that time error message come that function is not define. > >    how to configure the postgres database so this module will enable >   is their any d

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