Re: Column level triggers - Mailing list pgsql-general

From Tom Lane
Subject Re: Column level triggers
Date
Msg-id 6647.1224031642@sss.pgh.pa.us
Whole thread Raw
In response to Re: Column level triggers  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: Column level triggers  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general
"Scott Marlowe" <scott.marlowe@gmail.com> writes:
> Since you can check which columns have changed, it's pretty easy to
> write a trigger that just skips its logic when none of the trigger
> columns have changed.

... which is pretty much the same thing a built-in implementation would
have to do, too.  So it'd save you a bit of typing but nothing more.

            regards, tom lane

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: how to get unique identifier for a client
Next
From: Gregory Stark
Date:
Subject: Re: Drupal and PostgreSQL - performance issues?