I am unable to drop database/table. Here are the sequence of commands I am running.
psql
\l
after seeing my database name(XXX),
DROP DATABASE XXXX
\l
XXX is still present.
I tried to restart the psql and also rebooted my laptop.I must be doing something wrong but it has consumed more than 2 hours. Any help?