column: on update update? - Mailing list pgsql-admin

From Michael Monnerie
Subject column: on update update?
Date
Msg-id 200805071050.41450@zmi.at
Whole thread Raw
Responses Re: column: on update update?  ("Richard Broersma" <richard.broersma@gmail.com>)
List pgsql-admin
Hi, I fear this is a beginners question but I'm no SQL guru and couldn't
find it out of the documentation.

For SpamAssassin, I have a table "awl" (auto white list), and there
should be one field "lastupdate". I added it like this:
ALTER TABLE awl add column lastupdate timestamp default now();

But I also need the "lastupdate" be updated every time a field in that
row is updated, so a statement like this:

ALTER TABLE awl add column lastupdate2 timestamp default now() on update
set now();

But it doesn't work. Do I need a trigger? If yes, what would be the
format? I never did triggers.

mfg zmi
--
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0676/846 914 666                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: www.keyserver.net                   Key-ID: 1C1209B4

Attachment

pgsql-admin by date:

Previous
From: Guy Deleeuw
Date:
Subject: Re: PQconnectdb question and md5 password
Next
From: Michael Monnerie
Date:
Subject: Re: duplicate primary index in bayes db from SpamAssassin