Skip to content

Instantly share code, notes, and snippets.

@kmamit
Created October 1, 2012 17:06
Show Gist options
  • Save kmamit/3813037 to your computer and use it in GitHub Desktop.
Save kmamit/3813037 to your computer and use it in GitHub Desktop.
More psql commands
create user george with password 'password';
grant all privileges on database money to cashier;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment