Re: Create trigger for auto update function

From: PFC <lists(at)boutiquenumerique(dot)com>
To: "Andrei Bintintan" <klodoma(at)ar-sd(dot)net>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Create trigger for auto update function
Date: 2005-07-18 13:21:51
Message-ID: op.st312pikth1vuj@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> CREATE TRIGGER triger_users_pass_md5
> AFTER INSERT OR UPDATE
> ON hoy
> EXECUTE PROCEDURE update_pass(integer);

Try : FOR EACH ROW EXECUTE

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message daq 2005-07-18 13:32:08 Re: Create trigger for auto update function
Previous Message Andrei Bintintan 2005-07-18 12:24:41 Create trigger for auto update function