Re: dlgFunction_patch

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Re: dlgFunction_patch
Дата
Msg-id 20030824032943.0cbbed97.saito@inetrt.skcapi.co.jp
обсуждение исходный текст
Ответ на dlgFunction_patch  ("Hiroshi Saito" <saito@inetrt.skcapi.co.jp>)
Список pgadmin-hackers
Hi Andreas.
Thank you for taking the time to help me in this.

From: "Andreas Pflug" <pgadmin@pse-consulting.de>
> 1) you patched the wrong place, because not only comment is affected,
> but also GRANT. The fault is the incorrect assembled name variable.
2) you're using pointers that may be zero.

It did not seem to be the essential application part in question indeed.
The main part of a cause was in the previous name setup.

// edit mode
name = function->GetQuotedFullIdentifier()
  + wxT("(") + function->GetQuotedArgTypes() + wxT(")");
..
It seems that the function->GetQuotedArgTypes() here cannot be acquired well.

It will become such if a comment is added to Dialog.
COMMENT ON FUNCTION public.ntest() IS 'XXXXX';

I explore this problem.

Regards,
Hiroshi Saito



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

Предыдущее
От: Hiroshi Saito
Дата:
Сообщение: Re: dlgFunction_patch
Следующее
От: "Dave Page"
Дата:
Сообщение: libpq with SSL on Win32