bug with out parameters - Mailing list pgadmin-support

From Rikard Pavelic
Subject bug with out parameters
Date
Msg-id 47056D66.6070608@zg.htnet.hr
Whole thread Raw
Responses Re: bug with out parameters  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support
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


pgadmin-support by date:

Previous
From: Andrew Lazarus
Date:
Subject: Re: RFE: Add a TRUNCATE script to scripts menu
Next
From: Guillaume Lelarge
Date:
Subject: Re: RFE: Add a TRUNCATE script to scripts menu