Darko Prenosil wrote:Sorry to disappoint you Adam,
When function has arguments, for example :I thought I'd take a crack at this one, and pretend to be a real developer for a moment. Here is a patch.
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]
dlgFunction.cpp is ok (name already contains the arguments), the problem was in pgFunction.cpp...
Fixed and commited.
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
