Re: permission prob: granted, but still denied

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: permission prob: granted, but still denied
Дата
Msg-id 200210301910.00066.dev@archonet.com
обсуждение исходный текст
Ответ на Re: permission prob: granted, but still denied  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: permission prob: granted, but still denied
Список pgsql-general
On Wednesday 30 Oct 2002 6:19 pm, Stephan Szabo wrote:
> On Wed, 30 Oct 2002 s-psql@rhythm.cx wrote:

> > > > objects in question, nor is a superuser. He has been GRANTed ALL to a
> > > > table 'websess' as well as a table websess references, 'cscuser'.

> >            Access privileges for database "csclub"
> >           Table          |         Access privileges
> > -------------------------+------------------------------------
> > ...
> >  cscuser                 | {=,webauth=arwdRxt}
> >  cscuser_userid_seq      | {=,csclub=arwdRxt,webauth=arwdRxt}
> >  websess                 | {=,webauth=arwdRxt}
> > csclub=> INSERT INTO websess(hash,userid,created)
> >          VALUES('abde',1,'2002-09-20');
> > ERROR:  cscuser: Permission denied.
> >
> > Anyone have any other ideas?
>
> I'd guess it was the foreign key constraint check that was doing it,
> but that should be does as the owner of the other table. Try turning
> on query logging and seeing if you can get a better idea of what's
> happening.

Surely if webauth is granted all permissions on both tables that wouldn't
matter?

--
  Richard Huxton

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: backing up corrupt database
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: What user to defaults execute as?