Re: Reason to not upgrade from 6.5 to 7.0 or above - Mailing list pgsql-admin

From Tom Lane
Subject Re: Reason to not upgrade from 6.5 to 7.0 or above
Date
Msg-id 29601.988218143@sss.pgh.pa.us
Whole thread Raw
In response to Reason to not upgrade from 6.5 to 7.0 or above  (bangh <banghe@baileylink.net>)
List pgsql-admin
bangh <banghe@baileylink.net> writes:
> I am using 6.5 too. The reason is some data type are
> gone. e.g. datetime. If do so, I have to modify my application.

??  This still works:

regression=# create table foo (f1 datetime);
CREATE

            regards, tom lane

pgsql-admin by date:

Previous
From: bangh
Date:
Subject: Reason to not upgrade from 6.5 to 7.0 or above
Next
From: Jeremy Buchmann
Date:
Subject: Re: Can't drop table (repost)