Re: triggers

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: triggers
Дата
Msg-id 20050908145927.G86079@megazone.bigpanda.com
обсуждение исходный текст
Ответ на triggers  (Kailash Vyas <kailash.vyas@gmail.com>)
Список pgsql-admin
On Thu, 8 Sep 2005, Kailash Vyas wrote:

> hi
>
> I have a query regarding triggers.
> On INSERT, UPDATE, DELETE I want to fire a trigger to relect it to another
> database on postgres sever.
> how can I do this operation.

This is tricky, because you probably want to have the same transactional
occurances as well (ie, rollbacks not leaving the rolledback data on the
other database).  You might be best off looking at some of the replication
systems for PostgreSQL to see what they do (or perhaps just using one).


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

Предыдущее
От: Guido Barosio
Дата:
Сообщение: Re: triggers
Следующее
От: Chris Browne
Дата:
Сообщение: Re: triggers