Delete table from PostGIS

A table and all its dependencies in PostGIS can be deleted with:

SELECT DropGeometryTable('myTable');
This entry was posted in Uncategorized and tagged , . Bookmark the permalink.

Leave a comment