mysql-est timestamp

From: "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: mysql-est timestamp
Date: 2001-02-07 15:47:01
Message-ID: Pine.NEB.4.21.0102070940500.11568-100000@ns01.minnesota.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

i've browsed the archive and see that there is a way in using triggers to
achieve automatic modification time stamp. i'm porting a mysql
application, and need that same functiona. pgsql's timestamp is for
date+time[+zone]. however, for mysql it's used to stamp the time when the
record was inserted or updated.

regarding the trigger, can someone explain how this works? i looked at the
code provided in the archive and was quite lost. my other concern is i
still have to write the query in such a way so that it'll work in the
other DB's as well. considering the dramatic differences in implementation
of timestamp and what they mean, is there a cleaner way to do it besides
"if (thisDB) / elseif (thatDB) .." block in the client language?

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2001-02-07 15:47:08 Re: numeric type and odbc from access 2000
Previous Message Gunnar R|nning 2001-02-07 15:39:32 Re: full text searching