Karl Denninger <karl@xxxxxxxxxxxxx> writes: > I agree with this - what would be even better would be a way to create > 'subclasses' for things like this, which could then be 'included' easily. We could decree that a contrib module's script should create a schema and shove everything it makes into that schema. Then "DROP SCHEMA CASCADE" is all you need to get rid of it. However, you'd probably end up having to add this schema to your search path to use the module conveniently. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend