Re: [pgadmin-support] bug with out parameters

2007-10-05 Thread Guillaume Lelarge
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

[pgadmin-support] bug with out parameters

2007-10-04 Thread Rikard Pavelic
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,