How do you uninstall Postgis? How do you uninstall Postgis? postgresql postgresql

How do you uninstall Postgis?


this work for me

And for remove postgis from your database run below query

   drop extension PostGIS

To check postgisis version run query in query panel

   SELECT PostGIS_full_version();