Re: questions on rules

From: Richard Huxton <dev(at)archonet(dot)com>
To: Timothy Perrigo <tperrigo(at)wernervas(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: questions on rules
Date: 2004-04-27 12:26:35
Message-ID: 200404271326.35666.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 26 April 2004 20:12, Timothy Perrigo wrote:
> I'm trying to set up some basic rules to log inserts, updates, and
> deletes to tables in an inheritance hierarchy (by inserting records
> into a log table), and I've got a couple of questions.

I think you want to look at triggers rather than rules here.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Timothy Perrigo 2004-04-27 12:40:05 Re: questions on rules
Previous Message Richard Huxton 2004-04-27 12:24:52 Re: Downloading Windows Version of PGSQL