Re: Table Copy. - Mailing list pgsql-sql

From Christopher Kings-Lynne
Subject Re: Table Copy.
Date
Msg-id GNELIHDDFBOCMGBFGEFOIEFICEAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Table Copy.  (PostgreSQL Server <postgres@rsd.it>)
List 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 by date:

Previous
From: "alexandre :: aldeia digital"
Date:
Subject: Query Freeze
Next
From: "CN LIOU"
Date:
Subject: Two Permance Questions