How can I kill all my postgresql connections?
I\'m trying a rake db:drop but I get:
rake db:drop
ERROR: database \"database_name\" is being accessed
I'm on a mac and I use postgres via Postgres.app. I solved this problem just quitting and starting again the app.
Postgres.app