Interval representation?

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Interval representation?
Date: 2001-04-02 23:08:28
Message-ID: Pine.LNX.4.30.0104021908030.29674-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 Stephen Davies 2001-04-03 00:18:51 How to display constraints?
Previous Message Alvaro Herrera 2001-04-02 23:03:19 Interval representation?