Database trigger (one server to another)

Поиск
Список
Период
Сортировка
От Muhammad Bilal Jamil
Тема Database trigger (one server to another)
Дата
Msg-id CAJqS1VKB7pUwapW8VORvAXeknWd8FyTTkBEPMmQSYOXHutYQFQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Database trigger (one server to another)  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Hi fellow database engineers,

I am currently on a project where i have read only access to a production system (replicated) from where i want to copy data into another schema. Ideally what i want to do is that if for an event happens in the replicated schema (server#1) like something updates, then my database trigger runs and copies data from server#1 to my 2nd schema (server#2) for which i have read/write rights. 

Is this something possible? I would create the trigger in the 2nd server obviously since for first one i cant write anything. 

Best
Bilal 

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

Предыдущее
От: Tim Kelly
Дата:
Сообщение: unoptimized nested loops
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Database trigger (one server to another)