I want to get the SQL to drop a function in PostgreSQL. I write DROP FUNCTION and a get function name from pg_proc. That is not problem. However if
DROP FUNCTION
pg_proc
use pgadminIII and direct access to function list and right click it then select delete