Whenever I try to drop database I get:
ERROR: database \"pilot\" is being accessed by other users DETAIL: There is 1 other session using the database.
I found a solution for this problem try to run this command in terminal
ps -ef | grep postgres
kill process by this command
sudo kill -9 PID