Created
March 27, 2017 21:20
-
-
Save MandarGogate/2925640d96314d14cbea7a5c87e487c5 to your computer and use it in GitHub Desktop.
Reset Postgres Database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP DATABASE <database name>; | |
CREATE DATABASE <database name>; | |
\l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment