Re: Rules and sequences - Mailing list pgsql-sql

From Ben Morrow
Subject Re: Rules and sequences
Date
Msg-id 20100527162833.GA67751@osiris.mauzo.dyndns.org
Whole thread Raw
In response to Re: Rules and sequences  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Quoth tgl@sss.pgh.pa.us (Tom Lane):
> Ben Morrow <ben@morrow.me.uk> writes:
> > I am trying to implement a fairly standard 'audit table' setup, but
> > using rules instead of triggers (since it should be more efficient).
> 
> Rules are sufficiently tricky that I would never, ever rely on them for
> auditing.  Use a simple AFTER trigger instead.

OK, thanks. 

Ben



pgsql-sql by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Question about slow queries...
Next
From: Brent DeSpain
Date:
Subject: Extending Regular Expression bounds limit of 255.