timestamps cannot be created without time zones - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject timestamps cannot be created without time zones
Date
Msg-id 200108230017.f7N0HaF46664@hub.org
Whole thread Raw
Responses Re: timestamps cannot be created without time zones  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
Rainer Mager (rmager@vgkk.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
timestamps cannot be created without time zones

Long Description
Creating a TABLE with a TIMESTAMP type seems to ignore the WITH TIME ZONE option. That is, with or without the option
theTIMESTAMP still has a time zone. 

Sample Code
vgkk=> create table a ( t1 timestamp, t2 timestamp with time zone, t3 timestamp without time zone );
CREATE
vgkk=> \d a
                    Table "a"
 Attribute |           Type           | Modifier
-----------+--------------------------+----------
 t1        | timestamp with time zone |
 t2        | timestamp with time zone |
 t3        | timestamp with time zone |


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: low performance
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #422: testing the subject and header changes