Re: Bug report

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Ivan-Sun1(at)mail(dot)ru
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug report
Date: 2004-09-06 09:41:26
Message-ID: 413C30C6.1030208@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Ivan-Sun1(at)mail(dot)ru wrote:
> Hello pgadmin-support,
>
>
> CREATE TYPE "AreasStatistics_GetForAreaType" AS
> ("AreaCaption" varchar(256),
> "AreaUrl" varchar(1024),
> "Balance" numeric(18,9),
> "TodayExposures" int4,
> "YesterdayExposures" int4,
> "WeekExposures" int4,
> "MonthExposures" int4,
> "TodayMoney" numeric(18,9),
> "YesterdayMoney" numeric(18,9),
> "WeekMoney" numeric(18,9),
> "MonthMoney" numeric(18,9));
>
> When I open dialog with properties of this type I see picture that you
> can see in attached file (field "Balance" numeric(18,9) and other
> numeric fields occupies 2 rows because of comma in the type definition).

Fixed in CVS, thanks for reporting.

Regards,
Andreas

In response to

  • Bug report at 2004-09-06 05:31:14 from Ivan-Sun1

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2004-09-06 21:51:36 pgAdmin Tips File
Previous Message Ivan-Sun1 2004-09-06 05:31:14 Bug report