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

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to