Re: Table Copy.

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "PostgreSQL Server" <postgres(at)rsd(dot)it>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Table Copy.
Date: 2002-09-20 02:04:07
Message-ID: GNELIHDDFBOCMGBFGEFOIEFICEAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Table Copy. at 2002-09-19 15:56:04 from PostgreSQL Server

Browse pgsql-sql by date

  From Date Subject
Next Message CN LIOU 2002-09-20 02:07:11 Two Permance Questions
Previous Message Dima Tkach 2002-09-20 01:15:20 Re: Effective usage without unique key -- suggestion