void UPDATE function? - Mailing list pgsql-general

From Adam Haberlach
Subject void UPDATE function?
Date
Msg-id 20001228100223.A2791@newsnipple.com
Whole thread Raw
Responses RE: void UPDATE function?
List pgsql-general
    What is a good way to trigger an UPDATE of a row without actually
changing anything?  I have a trigger that will update the timestamp
of a record, and in this case, want to trigger it because I am
adding a related row in another table.

UPDATE bugs WHERE pkey='3'

Doesn't seem to work.

--
Adam Haberlach            |A cat spends her life conflicted between a
adam@newsnipple.com       |deep, passionate, and profound desire for
http://www.newsnipple.com |fish and an equally deep, passionate, and
'88 EX500                 |profound desire to avoid getting wet.

pgsql-general by date:

Previous
From: Uro Gruber
Date:
Subject: Output function
Next
From: "Francis Solomon"
Date:
Subject: RE: void UPDATE function?