fire trigger for a row without update?

From: Gerhard Heift <ml-postgresql-20081012-3518(at)gheift(dot)de>
To: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: fire trigger for a row without update?
Date: 2009-01-14 14:52:46
Message-ID: 20090114145246.GC11706@gheift
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hello,

is it possible to call a trigger for a row in a table without updating the
row? I want to do it in plpgsql.

Something like UPDATE table WHERE id = 10;
or PERFORM table.trigger('UPDATE', row) WHERE id = 10;

Regards,
Gerhard

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2009-01-14 16:46:29 Re: Polymorphic "setof record" function?
Previous Message Emanuel Calvo Franco 2009-01-14 14:51:09 Re: simple limit of decimals

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-01-14 15:00:46 Re: Updates of SE-PostgreSQL 8.4devel patches (r1403)
Previous Message Tom Lane 2009-01-14 14:52:20 Re: Updates of SE-PostgreSQL 8.4devel patches (r1403)