vote up 0 vote down star

How do I delete a stored procedure in postgresql?

flag

1 Answer

vote up 3 vote down check
DROP FUNCTION name(arguments);
link|flag
I didn't know I had to specify the arguments, but that makes sense. Thanks! – ScArcher2 Aug 27 at 21:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.