Skip to content

Instantly share code, notes, and snippets.

@jkatz
Created February 6, 2013 21:05
Show Gist options
  • Save jkatz/4725838 to your computer and use it in GitHub Desktop.
Save jkatz/4725838 to your computer and use it in GitHub Desktop.
$ createdb test2
$ psql test2
psql (9.2.0)
Type "help" for help.
test2=# DROP DATABASE test2;
ERROR: cannot drop the currently open database
test2=#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment