Created
February 6, 2013 21:05
-
-
Save jkatz/4725838 to your computer and use it in GitHub Desktop.
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
$ 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