Re: Table Copy.

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Table Copy.
Дата
Msg-id GNELIHDDFBOCMGBFGEFOIEFICEAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Table Copy.  (PostgreSQL Server <postgres@rsd.it>)
Список pgsql-sql
> As on insert to table one I should get the same insert on table two.
> As on delete to table one I should get the same delete on table two.
> As on update to table one I should get the same update on table two.
> 
> Can someone provide the examples i can study ?

Look up 'CREATE TRIGGER' and 'CREATE RULE' in the postgres documentation.

Chris



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

Предыдущее
От: "alexandre :: aldeia digital"
Дата:
Сообщение: Query Freeze
Следующее
От: "CN LIOU"
Дата:
Сообщение: Two Permance Questions