Re: Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.

Поиск
Список
Период
Сортировка
От Erwin Brandstetter
Тема Re: Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.
Дата
Msg-id 4BED34B8.907@falter.at
обсуждение исходный текст
Ответ на Re: Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
On 14.05.2010 08:49, guillaume@lelarge.info wrote:
> Hi Erwin,
>
> Le 14/05/2010 04:35, Erwin Brandstetter a écrit :
>
>> [...]
>> On further testing 1.10.3 beta on Win XP Pro I found a bug that might be
>> a show-stopper.
>> See ticket #188.
>>
>>
> Can you give us the real statement to create that function?
>

I have tested with a variety of fuctions. Any function returning TABLE()
will trigger the error. Example:

CREATE FUNCTION foo (IN integer)
   RETURNS TABLE(a integer, b integer) AS
$BODY$
SELECT 1,2;
$BODY$
   LANGUAGE 'sql';

Then try changing anything via function properties.

Regards
Erwin

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Re: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32
Следующее
От: Dave Page
Дата:
Сообщение: Re: Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.