Timestamp Default value

Поиск
Список
Период
Сортировка
От Christopher A. Goodfellow
Тема Timestamp Default value
Дата
Msg-id 000c01c427b9$881dbda0$030a640a@tealuxe.com
обсуждение исходный текст
Ответы Re: Timestamp Default value  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
I created a table with column named orderdate and a default of Now() by the
following command:

CREATE TABLE "trans_test" (
    "orderdate" timestamp without time zone DEFAULT timestamp 'now ( )' NOT
NULL,
    etc...

  The value inserted into this column when a record is inserted into the
table is the date and time the table was created.  How do I get the value to
be the date and time the record is inserted short of modifying all my script
code and removing the default value?

  This method did work in version 6.5.  I am currently running 7.3.2.

Thank You,
Christopher A. Goodfellow
Director of Information Technology
Tealuxe, Inc.
Phone: 508 520 7887 ex:22
Fax: 508 528 8999
www.tealuxe.com
tea for all



В списке pgsql-novice по дате отправления:

Предыдущее
От: "JP Beaudry"
Дата:
Сообщение: RE: [NOVICE] Création de BD
Следующее
От: Michael Guerin
Дата:
Сообщение: vacuum full question.