Interval with precision

From: "W(dot) Haslbeck" <spam(dot)langweilt(at)gmx(dot)de>
To: pgadmin-support(at)postgresql(dot)org
Subject: Interval with precision
Date: 2006-05-15 19:19:37
Message-ID: 4468D449.2060604@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

today I discovered the following bug / missing feature:

> create table x (a interval, b interval hour to minute);

in psql it looks ok:

\d x
Tabelle »public.x«
Spalte | Typ | Attribute
--------+-------------------------+-----------
a | interval |
b | interval hour to minute |

but in PgAdminIII (I checked 1.4.1 and 1.4.2 on Linux and win32) I get:

CREATE TABLE x
(
a interval,
b interval(201392127)
)
WITHOUT OIDS;

Walter

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-05-15 19:45:26 Re: Interval with precision
Previous Message Donald Fraser 2006-05-11 13:13:00 Re: Constraint Triggers request