Re: Lost permission

2018-09-27 Thread Tom Lane
Jan Kowalski writes: > I've strange problem with Pyramid application working with postgresql > over psycopg2. > After some period of operation, my application insert new row to one of > tables with the message: > ERROR: permission denied for relation ... > After restart of application, it starts

Lost permission

2018-09-27 Thread Jan Kowalski
Hello! I've strange problem with Pyramid application working with postgresql over psycopg2. After some period of operation, my application insert new row to one of tables with the message: ERROR: permission denied for relation ... After restart of application, it starts to work properly again.