current_timestamp and default now() - Mailing list pgsql-general

From amy cheng
Subject current_timestamp and default now()
Date
Msg-id 19991025200542.7728.qmail@hotmail.com
Whole thread Raw
Responses Re: [GENERAL] current_timestamp and default now()
List pgsql-general
hi, there,

I'm using:

create table test (
proposetime   datetime not null default now(),
)

then, I find that I need to make the time uniform through the
transaction. Is there a way to use current_timestamp('now')
in the create table statement? Seems impossible?

thanks!!!!!!!

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

pgsql-general by date:

Previous
From: "Aaron J. Seigo"
Date:
Subject: Re: [GENERAL] Slow lookups on dates? Or something else?
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] Re: [GENERAL] Postgres INSERTs much slower than MySQL?