Re: Datetime type dropped from v7.3 ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Howe <howe(at)carcass(dot)dhs(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Datetime type dropped from v7.3 ?
Date: 2002-11-07 04:17:00
Message-ID: 5024.1036642620@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Steve Howe <howe(at)carcass(dot)dhs(dot)org> writes:
> Just wondering if the datetime type was dropped on purpose from
> PostgreSQL 7.3 ?

Yes. Ad-hoc name translations in the parser create bogosities with
respect to schemas --- I forget the details, but it was either drop
"datetime" or make it a reserved keyword. Since datetime has been
deprecated for a couple releases now, the choice seemed clear.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-11-07 04:20:25 Re: 7.3b5 contrib compile problem
Previous Message Justin Clift 2002-11-07 04:11:31 Re: Win32 port