void UPDATE function?

Поиск
Список
Период
Сортировка
От Adam Haberlach
Тема void UPDATE function?
Дата
Msg-id 20001228100223.A2791@newsnipple.com
обсуждение исходный текст
Ответы RE: void UPDATE function?  ("Francis Solomon" <francis@stellison.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Uro Gruber
Дата:
Сообщение: Output function
Следующее
От: "Francis Solomon"
Дата:
Сообщение: RE: void UPDATE function?