Skip to content

Instantly share code, notes, and snippets.

@clowder
Created December 28, 2011 18:14
Show Gist options
  • Save clowder/1528966 to your computer and use it in GitHub Desktop.
Save clowder/1528966 to your computer and use it in GitHub Desktop.
Creating a new user and table in Postgres
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