Auto Insert date/time - Mailing list pgsql-general

From impala
Subject Auto Insert date/time
Date
Msg-id 20020408060654.18294.qmail@web14909.mail.yahoo.com
Whole thread Raw
Responses Re: Auto Insert date/time  (Martijn van Oosterhout <kleptog@svana.org>)
Re: Auto Insert date/time  (Frank Finner <postgresql@finner.de>)
List pgsql-general
What 'serial' does for auto incrementation of intgers,
are there something similar in PSQL where the db can
autoinsert the correct date/time data each time you
add a new row , without have to specify the code e.g.
Date() class in a java/C++ file? If well, how do I
manage to make this work? Is there maybe an PSQL
function which can do it? AN example will be nice :)

Big Thanks
Smith

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: retun cursor
Next
From: Bo Lorentsen
Date:
Subject: Re: Inherit or Foreign Keys