Re: [GENERAL] On Update (trigger hint)

2004-02-28 Thread Michael Vester
MaRCeLO PeReiRA wrote: > Hi guys, > > Please, give me some advices on how to do the > following: > > I have the following table: > > CREATE TABLE products ( >idSERIAL, >description TEXT, >lastupdatedate > ); > > Well, I would like to update the column "lastupdate"

[GENERAL] On Update (trigger hint)

2004-02-27 Thread MaRCeLO PeReiRA
Hi guys, Please, give me some advices on how to do the following: I have the following table: CREATE TABLE products ( idSERIAL, description TEXT, lastupdatedate ); Well, I would like to update the column "lastupdate" with the value "now()" on every UPDATE executed on