Skip to content

Instantly share code, notes, and snippets.

@kishaningithub
Created August 31, 2016 04:40
Show Gist options
  • Save kishaningithub/158f1d2bd68824b273ef728ce820514e to your computer and use it in GitHub Desktop.
Save kishaningithub/158f1d2bd68824b273ef728ce820514e to your computer and use it in GitHub Desktop.

Revisions

  1. kishaningithub created this gist Aug 31, 2016.
    4 changes: 4 additions & 0 deletions postgres
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #Create user by using following commands
    #create user just_cinemas with password 'password123';
    #create database just_cinemas;
    #GRANT ALL PRIVILEGES ON DATABASE just_cinemas to just_cinemas;