Thread: bug with out parameters

bug with out parameters

From
Rikard Pavelic
Date:
Hi!

I'd like to report a bug with PgAdmin 1.8 beta 5

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);

Regards,
Rikard


Re: bug with out parameters

From
Guillaume Lelarge
Date:
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