21
Uccidi una sessione / connessione postgresql
Come posso uccidere tutte le mie connessioni postgresql? Sto provando un rake db:dropma ottengo: ERROR: database "database_name" is being accessed by other users DETAIL: There are 1 other session(s) using the database. Ho provato a chiudere i processi che vedo da un ps -ef | grep postgresma questo non funziona …
371
database
postgresql