the behaviour of timestamp on postgres. - Mailing list pgsql-general

From Prabu Subroto
Subject the behaviour of timestamp on postgres.
Date
Msg-id 20040811131333.2209.qmail@web41812.mail.yahoo.com
Whole thread Raw
Responses Re: the behaviour of timestamp on postgres.  (Doug McNaught <doug@mcnaught.org>)
Re: the behaviour of timestamp on postgres.  (Sebastian Böck <sebastianboeck@freenet.de>)
Re: the behaviour of timestamp on postgres.  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-general
Dear my friends...

I created some tables with field timestamp (datatype
also timestamp). I mean, I want to have the data when
each record inserted or modified in the tables.

on MysQL, I just need to define the column (field)
with datatype "timestamp" and that's all. each time
new record inserted than the timestamp value will be
inserted automaticall. also for the data modification,
each time the data in the record modified than the
value of timestamp column will be modified
automatically.

How is the behaviour of the timestamp on postgres? I
have define the datatype of the column with
"timestamp" but each time I inserted a new record into
the table than the timestamp column (with datatype
"timestamp") stays empty.

How can I make the postgres complete the value of the
timestamp field automatically?

Please let me know.

Thank you very much in advance.



__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: How to write soundex query in postgresql??
Next
From: Elie Nacache
Date:
Subject: Re: How to write soundex query in postgresql??