Lost permission

From: Jan Kowalski <jk(at)poczta(dot)srv(dot)pl>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Lost permission
Date: 2018-09-27 22:00:06
Message-ID: 1538085606.6107.32.camel@sem-jarek-01.prv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

I've carefully checked that there are no GRANT/REVOKE statements related
to this table. Application connects to PostreSQL from dedicated account
using peer authentication. Restart of application doesn't change any
permissions.

The problem is related only to this one table (but this table has
biggest number of inserts).

How to diagnose this problem ?

debian stretch, PostgreSQL 9.6.10, all packages updated.

best regards
J.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2018-09-27 22:40:47 Re: Lost permission
Previous Message Laurenz Albe 2018-09-27 21:45:42 Re: Out of Memory