Skip to content

Instantly share code, notes, and snippets.

@avkosme
Created August 28, 2018 23:17
Show Gist options
  • Select an option

  • Save avkosme/9d775534514305ba535a232f858319e4 to your computer and use it in GitHub Desktop.

Select an option

Save avkosme/9d775534514305ba535a232f858319e4 to your computer and use it in GitHub Desktop.
Resolve postgres permission denied for relation
Connect to the right database first, then run:
$ GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO user;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment