Datetime type dropped from v7.3 ?

Поиск
Список
Период
Сортировка
Искать
От
Steve Howe
Тема
Datetime type dropped from v7.3 ?
Дата
Msg-id
187125525405.20021107020951@carcass.dhs.org
Список
Дерево обсуждения
Datetime type dropped from v7.3 ? Steve Howe <howe@carcass.dhs.org>
Re: Datetime type dropped from v7.3 ? Tom Lane <tgl@sss.pgh.pa.us>
Re: Datetime type dropped from v7.3 ? Steve Howe <howe@carcass.dhs.org>
Hello all,

Just wondering if the datetime type was dropped on purpose from
PostgreSQL 7.3 ?
This is not an issue of course, I'll be using timestamp, but it's
weird having that dropped.

-------------------------------
-- On PostgreSQL 7.2:
-------------------------------
howe=# select version();                               version                                
-----------------------------------------------------------------------PostgreSQL 7.2.1 on i386-portbld-freebsd4.6.2, compiled by GCC 2.95.3
(1 row)

howe=# create table a(b datetime);
CREATE
howe=# \d a                   Table "a"Column |            Type             | Modifiers 
--------+-----------------------------+-----------b      | timestamp without time zone |

-------------------------------
-- On PostgreSQL 7.3:
-------------------------------
howe=# select version ();                              version                               
---------------------------------------------------------------------PostgreSQL 7.3b3 on i386-unknown-freebsd4.4, compiled by GCC 2.95.3
(1 row)

howe=# create table a(b datetime);
ERROR:  Type "datetime" does not exist

------------- 
Best regards,Steve Howe                           mailto:howe@carcass.dhs.org


В списке pgsql-hackers по дате отправления
От: Bruce Momjian
Дата:
От: Justin Clift
Дата:
Сообщение: Re: Win32 port
FAQ