current_timestamp and default now()

Поиск
Список
Период
Сортировка
От amy cheng
Тема current_timestamp and default now()
Дата
Msg-id 19991025200542.7728.qmail@hotmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] current_timestamp and default now()  (Lincoln Yeoh <lylyeoh@mecomb.com>)
Список 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 по дате отправления:

Предыдущее
От: "Aaron J. Seigo"
Дата:
Сообщение: Re: [GENERAL] Slow lookups on dates? Or something else?
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] Re: [GENERAL] Postgres INSERTs much slower than MySQL?