Postgres Triggers & Unix Time - Anyone?

wxdqz

New Member
Anyone know how to get unix time (seconds since 1970) inserted into a field in the database?

Also, I want to create a trigger that, whenever the users table is updated, it will update the time field with the unixtime.

Any help is appreciated - I haven't messed with triggers at all yet.
 
Back
Top