Re: Trigger on Postgres for tables syncronization - Mailing list pgsql-general

From Mike Nolan
Subject Re: Trigger on Postgres for tables syncronization
Date
Msg-id 200407271321.i6RDLXQS022094@gw.tssi.com
Whole thread Raw
In response to Trigger on Postgres for tables syncronization  (Prabu Subroto <prabu_subroto@yahoo.com>)
List pgsql-general
> I want if my program inserted, updated, deleted the
> record of "appointment" than the postgres does the
> syncronization to the corresponded tables
> (appointment0 or appointment1 or both).

Is there a reason you aren't doing this with views?
--
Mike Nolan

pgsql-general by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: Trigger on Postgres for tables syncronization
Next
From: Prabu Subroto
Date:
Subject: Re: Trigger on Postgres for tables syncronization