Timestamp without time zone

Поиск
Список
Период
Сортировка
От Pasi Salminen
Тема Timestamp without time zone
Дата
Msg-id 9g9rdu$1k3q$1@news.tht.net
обсуждение исходный текст
Список pgsql-sql
I am trying to create table with a field which type is timestamp
and I don't want it to be timestamp with time zone.

If I create the table with the following statement,
field type becomes timestamp with time zone:

CREATE TABLE "test" ("timest" timestamp DEFAULT now());

How can I make a field which type is "timestamp without time zone"?

Regards.

Pasi Salminen




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

Предыдущее
От: david.brown@mviva.net (David Brown)
Дата:
Сообщение: arguments for query files
Следующее
От: "Hunter, Ray"
Дата:
Сообщение: Functions and Triggers