Re: Interval with precision

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "W(dot) Haslbeck" <spam(dot)langweilt(at)gmx(dot)de>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Interval with precision
Date: 2006-05-15 19:45:26
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4013881C7@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: pgadmin-support-owner(at)postgresql(dot)org
> [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of W. Haslbeck
> Sent: 15 May 2006 20:20
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] Interval with precision
>
> 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;

Hi Walter,

This should be fixed by one of my TODO items to cleanup the type
formatting which I hope to get to within the next couple of weeks.
Thanks for the report.

Regards, Dave.

Browse pgadmin-support by date

  From Date Subject
Next Message George Pavlov 2006-05-15 22:17:02 pgAdmin corrupts pgpass.conf on windows
Previous Message W. Haslbeck 2006-05-15 19:19:37 Interval with precision