To find out what filedescriptors or sockets are used by a particular application, you can run... sockstat -u
To find out what filedescriptors or sockets are used by a particular application, you can run... sockstat -u
Cut and paste the output of this execution:
SELECT 'DROP function ' || proname || ' ('|| oidvectortypes(proargtypes) || ') CASCADE;' from pg_proc WHERE proname ~ '^create_product$';