Interval representation?

From: Alvaro Herrera <alvherre(at)protecne(dot)cl>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Interval representation?
Date: 2001-04-02 23:03:19
Message-ID: Pine.LNX.4.30.0104021857320.28268-100000@aguila.protecne.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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[(at)]atentus(dot)com>)

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2001-04-02 23:08:28 Interval representation?
Previous Message Tom Lane 2001-04-02 22:38:37 Re: compile error