Re: Rule

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: David Hofmann <mor4321(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Rule
Date: 2005-06-08 20:06:56
Message-ID: 20050608200656.GA13635@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Jun 08, 2005 at 15:51:35 -0400,
David Hofmann <mor4321(at)hotmail(dot)com> wrote:
>
> What I want to do is setup some kind of rule so that whenever a s_data
> field is updated, that the time_stamp gets update to the current time/date.

Normally you want to do that with a before trigger rather than a rule.

In response to

  • Rule at 2005-06-08 19:51:35 from David Hofmann

Browse pgsql-sql by date

  From Date Subject
Next Message David Hofmann 2005-06-08 20:53:38 Re: Rule
Previous Message David Hofmann 2005-06-08 19:51:35 Rule