Tuesday, June 24, 2014

erase PSQL databases

Its Spring Cleaning time so go through and cleanup your databases, from prompt:

$ drop db database_name_development
$ drop db database_name_test
$ drop db database_name_production 

Reboot PSQL,
# \l and they are gone


No comments:

Post a Comment