Re: How to notice column changes in trigger

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>, pgsql-performance(at)postgresql(dot)org
Subject: Re: How to notice column changes in trigger
Date: 2003-03-06 17:05:37
Message-ID: 200303060905.37760.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Andreas,

> This doesn't cover case 3, since UPDATE ... SET b=b will lead to
> NEW.b=OLD.b

Why do you care about SET b = b?

And shouldn't this discussion be on the PGSQL-SQL list?

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Matt Mello 2003-03-06 18:51:11 ISNULL performance tweaks
Previous Message Andreas Pflug 2003-03-06 16:09:40 Re: How to notice column changes in trigger