Bug report

Поиск
Список
Период
Сортировка
От Ivan-Sun1@mail.ru
Тема Bug report
Дата
Msg-id 13525190682.20040901162243@mail.ru
обсуждение исходный текст
Ответы Re: Bug report  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список 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_Get4AreaTypeAS ...
 

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@mail.ru



В списке pgadmin-support по дате отправления:

Предыдущее
От: Raphaël Enrici
Дата:
Сообщение: Re: cursor disappears
Следующее
От: "Tony Caduto"
Дата:
Сообщение: question on win32 version