Adam H. Pendleton wrote:

Darko Prenosil wrote:

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]



I thought I'd take a crack at this one, and pretend to be a real developer for a moment. Here is a patch.

Sorry to disappoint you Adam,

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

Reply via email to