Обсуждение: triggers

Поиск
Список
Период
Сортировка

triggers

От
Enzo D'addario
Дата:
Hi,

I originally implemented a number of triggers in our production DB using
'plpgsql' and they have been running flawlessly for many years.

It has now become necessary to split up our main DB into a number of
separate DB's.

My question is:

Is it possible for a table insert/update(via trigger) in one DB to
insert/update a different table in a different DB(on the same server
running the same version of postgres)?

Thanks Enzo...