I have a database with an old broken version of PostGIS installed in it. I would like to easily drop all functions in the database (they’re all from PostGIS). Is there a simple way to do this? Even simply extracting a list of function names would be acceptable as I could just make a large DROP FUNCTION statement.
I have a database with an old broken version of PostGIS installed in it.
Share
A fine answer to this question can be found here: