Re: [BUGS] Bug #717: timestamp is converted to timestamptz

2002-07-27 Thread Thomas Lockhart
... > When specifying a column data type as timestamp it is always converted to >timestamptz. That is true for 7.2.x and earlier, but 7.3 will have the defaults reversed. In the meantime, use explicit WITH TIME ZONE and WITHOUT TIME ZONE clauses on the declaration. - Thomas

[BUGS] Bug #717: timestamp is converted to timestamptz

2002-07-23 Thread pgsql-bugs
Donald Fraser ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description timestamp is converted to timestamptz Long Description When specifying a column data type as timestamp it is always converted to timestamptz. According to the docume