From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
---|---|
To: | Oleg Lebedev <olebedev(at)waterford(dot)org> |
Cc: | Postgres SQL Mailing List <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: table permissions |
Date: | 2001-10-30 00:07:30 |
Message-ID: | 20011029160544.J11052-100000@megazone23.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Aasmund Midttun Godal | 2001-10-30 00:09:17 | Re: table permissions |
Previous Message | Jason Watkins | 2001-10-30 00:04:36 | Re: SQL99 |