I want to destroy the database but I'm not sure what the command would be. Does anyone know how to do this?
|
feedback
|
|
You shouldn't use a postgres command to fully delete your database, as you will not have permissions to create a new one. Instead you should use the heroku command to clear out your database:
| |||
|
feedback
|
|
PostgreSQL uses:
See the manual. That's not standard SQL. You have to be logged into a different database to execute it. In standard installations you have a "maintenance db" of the name Edit:Since the first part of my answer missed the point I did some research. Turns out this has been answered before. | |||||||||||||
feedback
|