Bug report - Mailing list pgadmin-support

From Ivan-Sun1@mail.ru
Subject Bug report
Date
Msg-id 901585930.20040906093114@mail.ru
Whole thread Raw
Responses Re: Bug report  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-support
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).

-------------------------------------------------------

thank you for support.

--
Best regards,
 Ivan                          mailto:Ivan-Sun1@mail.ru
Attachment

pgadmin-support by date:

Previous
From: Raphaël Enrici
Date:
Subject: Re: [pgadmin-hackers] cursor disappears
Next
From: Andreas Pflug
Date:
Subject: Re: Bug report