sidymar
5/8/2017 - 1:38 PM

DROP ALL TABLE SCHEMA.sql

select 'drop table \"' || tablename || '\" cascade;' from pg_tables where schemaname='public'