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
Quit postgres and restart it. Simple, but works every time for me, where other cli commands sometimes don't.