I dropped my database that I had previously created for django using :
dropdb <database>
but when I go to the psql prompt and say \d, I still see the relations there :
How do I remove everything from postgres so that I can do everything from scratch ?
psql -lwill show you all the ones you have—if you see more than you expect, this could be the problem.dropdbfailed because of lack of permissions?