Re: Touch row ? - Mailing list pgsql-general

From Csaba Nagy
Subject Re: Touch row ?
Date
Msg-id 1074873847.14313.9.camel@coppola.ecircle.de
Whole thread Raw
In response to Re: Touch row ?  ("Chris Boget" <chris@wild.net>)
List pgsql-general
On Fri, 2004-01-23 at 16:52, Chris Boget wrote:
> > > is it possible to add column to database, that will automatically
> > > contain  date+time (or likely Unix timestamp) when the row was
> > > touched/changed - ie by INSERT or UPDATE ?
> > Yes, a very simple trigger can do this.
>
> Wouldn't just setting the default value of the field to be NOW() accomplish
> the same thing?  Or can you not default the value of a timestamp field?

No, that would only set the timestamp on INSERT, but not on any UPDATE.
The OP wanted to timestamp all updates too.

Cheers,
Csaba.

>
> Chris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: Touch row ?
Next
From: "Chris Boget"
Date:
Subject: Re: Touch row ?