Skip to content

Instantly share code, notes, and snippets.

@MandarGogate
Created March 27, 2017 21:20
Show Gist options
  • Save MandarGogate/2925640d96314d14cbea7a5c87e487c5 to your computer and use it in GitHub Desktop.
Save MandarGogate/2925640d96314d14cbea7a5c87e487c5 to your computer and use it in GitHub Desktop.
Reset Postgres Database
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