Re: bug with out parameters

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: bug with out parameters
Дата
Msg-id 4706112F.70204@lelarge.info
обсуждение исходный текст
Ответ на bug with out parameters  (Rikard Pavelic <rikard.pavelic@zg.htnet.hr>)
Список pgadmin-support
Hi,

Rikard Pavelic a écrit :
> I'd like to report a bug with PgAdmin 1.8 beta 5
> 

Thanks.

> If function has in and out parameters like this
> function function_name(out,in,in,out)
> 
> PgAdmin will create wrong DDL commands
> It will create command
> ALTER FUNCTION function_name(,in,in);
> instead of
> ALTER FUNCTION function_name(in,in);
> 

You're right. I've just commited a fix for this. It should be available
on the RC release.

Thanks again.

Regards.


-- 
Guillaume.http://www.postgresqlfr.orghttp://dalibo.com


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: RFE: Add a TRUNCATE script to scripts menu
Следующее
От: Kieran McCusker
Дата:
Сообщение: Bug in Query tool (tested on Beta 5)