1 bookmark for 2025-02-10

75.

How can I drop all the tables in a PostgreSQL database?

stackoverflow.com/questions/3327312/how-can-i-drop-all-the-tables-in-a-postgresql-database

GRANTALLON SCHEMA public TO postgres;
GRANTALLON SCHEMA public TO public;