Re: TRIGGERS and FUNCTIONS

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: TRIGGERS and FUNCTIONS
Дата
Msg-id 535186.34449.qm@web31810.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на TRIGGERS and FUNCTIONS  ("ashok raj" <ashokexplorer@gmail.com>)
Список pgsql-sql
--- ashok raj <ashokexplorer@gmail.com> wrote:

>  Hello All ,
> 
>                I am having a table named  "test"  with a trigger  " tri_test
> "  which triggers the function  " replicate() "  on insert, update  and
> delete .
>                Can I able to get the  SQL STATEMENT  which triggers the
> function replicate ( ) ,  inside the function definition replicate ( ) .
>                So that I could execute that statement in the remote
> postgreSQL server

You probably can get the statement.  However, your solution sounds a lot like an existing
replication solution, "Slony".  It will do exactly what you want, and is already stable for
production systems.

http://pgfoundry.org/projects/slony1/

Regards,
Richard Broersma Jr.


В списке pgsql-sql по дате отправления:

Предыдущее
От: "ashok raj"
Дата:
Сообщение: TRIGGERS and FUNCTIONS
Следующее
От: "Jon Horsman"
Дата:
Сообщение: Re: When is a shared library unloaded?