¿Cómo puedo eliminar todas mis conexiones postgresql?
Estoy intentando un rake db:drop
pero me sale:
ERROR: database "database_name" is being accessed by other users
DETAIL: There are 1 other session(s) using the database.
Intenté cerrar los procesos que veo desde a ps -ef | grep postgres
pero esto tampoco funciona:
kill: kill 2358 failed: operation not permitted