Timestamp without time zone - Mailing list pgsql-general

From Pasi Salminen
Subject Timestamp without time zone
Date
Msg-id 9g9tld$1kf4$1@news.tht.net
Whole thread Raw
List pgsql-general
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-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: problem connecting from another host
Next
From: Penguin
Date:
Subject: plpgsql & documentation / tutor