user2099451
user2099451

Reputation: 647

postgres database : Insufficient privilege, permission denied for relation table

I have been using the postgres database on heroku for a while. and suddenly I had some problems on saving to database I got this error all the time

 Insufficient privilege, permission denied for relation table 

its a problem of user permission , but I'm confused why it happened , because it was working correctly before

Upvotes: 0

Views: 1027

Answers (1)

John Beynon
John Beynon

Reputation: 37507

Check your heroku pg:info output - chances are you've exceeded the free plan permitted number of rows (assuming you're using a hobby-basic)

Upvotes: 2

Related Questions