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
MacOS, if postgresql was installed with brew:
brew services restart postgresql
Source: Kill a postgresql session/connection