void UPDATE function?

From: Adam Haberlach <adam(at)newsnipple(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: void UPDATE function?
Date: 2000-12-28 18:02:23
Message-ID: 20001228100223.A2791@newsnipple.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)newsnipple(dot)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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Francis Solomon 2000-12-28 18:05:14 RE: void UPDATE function?
Previous Message Chris Green 2000-12-28 16:48:46 authenticating local users