PostgreSQL | ||
---|---|---|
Prev | Chapter 24. Managing a Database | Next |
If you are the database administrator for the database mydb, you can destroy it using the following UNIX command:
% destroydb mydbThis action physically removes all of the UNIX files associated with the database and cannot be undone, so this should only be done with a great deal of forethought.
Prev | Home | Next |
Accessing a Database | Up | Database Recovery |