When function has arguments, for example :
foo(varchar,int)extracted metadata from pgadmin is: COMMENT ON FUNCTION foo IS 'Comment'; which is wrong, it shoul'd be : COMMENT ON FUNCTION foo(varchar,int) IS 'Comment'; Regards ! ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
