Created
December 28, 2011 18:14
-
-
Save clowder/1528966 to your computer and use it in GitHub Desktop.
Creating a new user and table in Postgres
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
createuser --password USERNAME | |
createdb --owner=USERNAME DATABASE_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment