Re: table permissions - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: table permissions
Date
Msg-id 20011029160544.J11052-100000@megazone23.bigpanda.com
Whole thread Raw
In response to table permissions  (Oleg Lebedev <olebedev@waterford.org>)
List pgsql-sql
On Mon, 29 Oct 2001, Oleg Lebedev wrote:

> Hi everybody,
> I have a table called 'set' and I am trying to edit or insert an entry
> there. I made sure that I have ALL permissions to modify that table, but
> still I get the same error:
> ERROR: activity: Permission denied.
>
> I don't know where 'activity' part came from, but there is a reference
> to activity table in set table.
> I know this is a very vague descritption of the symptoms, but I don't
> know where to look to find out more info. I'll happily provide any
> further details.

What version of postgres are you running?  I know that at one point we had
a problem with requiring select & update permissions to the primary key
table referenced by a foreign key.




pgsql-sql by date:

Previous
From: "Jason Watkins"
Date:
Subject: Re: SQL99
Next
From: Oleg Lebedev
Date:
Subject: Re: table permissions