Bug #463: Make 'infinity' work with type 'date'

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #463: Make 'infinity' work with type 'date'
Дата
Msg-id 200109202125.f8KLPgo67558@hub.org
обсуждение исходный текст
Ответы Re: Bug #463: Make 'infinity' work with type 'date'
Список pgsql-bugs
Dax Kelson (dax@gurulabs.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
Make 'infinity' work with type 'date'

Long Description
CREATE TABLE test ( somedate date NOT NULL DEFAULT 'infinity' );
ERROR: Unrecognized date external representation of 'infinity'

But,

CREATE TABLE test ( somedate timestamp NOT NULL DEFAULT 'infinity' );

Works.


Sample Code


No file was uploaded with this report

В списке pgsql-bugs по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #462: bug in ODBC interface in unix environment
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #464: To uKanjiv