Re: bug with out parameters - Mailing list pgadmin-support

From Guillaume Lelarge
Subject Re: bug with out parameters
Date
Msg-id 4706112F.70204@lelarge.info
Whole thread Raw
In response to bug with out parameters  (Rikard Pavelic <rikard.pavelic@zg.htnet.hr>)
List 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 by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: RFE: Add a TRUNCATE script to scripts menu
Next
From: Kieran McCusker
Date:
Subject: Bug in Query tool (tested on Beta 5)