Bug report

From: Ivan-Sun1(at)mail(dot)ru
To: pgadmin-support(at)postgresql(dot)org
Subject: Bug report
Date: 2004-09-01 12:22:43
Message-ID: 13525190682.20040901162243@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello pgadmin-support,

I'm using pgAdminIII Version 1.1.0 Devel (Aug 9 2004) on Windows XP SP2.

I found a bag:

When pgAdmin generates sql query for create (or replace) function
it does not quote the name of returning type e.g.

CREATE OR REPLACE FUNCTION "AreasThemesStatistics_Get4Area"("areaId" int4)
RETURNS SETOF AreasThemesStatistics_Get4AreaType AS ...

where

CREATE OR REPLACE FUNCTION "AreasThemesStatistics_Get4Area"("areaId" int4)
RETURNS SETOF "AreasThemesStatistics_Get4AreaType" AS ...

should be.

So in the function definition dialog i can't create the function
because of error 'type "areasthemesstatistics_get4areatype" does not exist"

bug #2
in table editor (view) dialog i can't insert a row in the table which
does not contain oid field (created without oids)

thank you for support.

--
Best regards,
Ivan mailto:Ivan-Sun1(at)mail(dot)ru

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Soporte U.V. 2004-09-01 23:19:27 How to create Foreign Keys??
Previous Message Raphaël Enrici 2004-08-31 20:26:19 Re: cursor disappears