I need to connect to another database in one of my models, and that database doesn't have PostGIS installed. If I have spatial_adapter installed, I get an ERROR: relation "geometry_columns" does not exist. I think spatial_adapter should look for the table and silently disable itself if it doesn't exist.