Interval representation?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Interval representation?
Дата
Msg-id Pine.LNX.4.30.0104021908030.29674-100000@aguila.protecne.cl
обсуждение исходный текст
Список pgsql-general
Hi guys -

This is today's CVS:

db=> select 1::interval;
ERROR:  Bad interval external representation '1'

And this is 7.0.3:

db=> select 1::interval;
 ?column?
----------
 00:00:01
(1 row)

Am I missing something?

--
Alvaro Herrera (<alvherre[@]atentus.com>)



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: compile error
Следующее
От: Stephen Davies
Дата:
Сообщение: How to display constraints?