Interval representation?

Started by Alvaro Herreraabout 25 years ago1 messagesgeneral
Jump to latest
#1Alvaro Herrera
alvherre@protecne.cl

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>)