fire trigger for a row without update? - Mailing list pgsql-general

From Gerhard Heift
Subject fire trigger for a row without update?
Date
Msg-id 20090114145246.GC11706@gheift
Whole thread Raw
Responses Re: fire trigger for a row without update?
List pgsql-general
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

Attachment

pgsql-general by date:

Previous
From: Emanuel Calvo Franco
Date:
Subject: Re: simple limit of decimals
Next
From: "Merlin Moncure"
Date:
Subject: Re: Polymorphic "setof record" function?