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