Re: permission prob: granted, but still denied

From: Richard Huxton <dev(at)archonet(dot)com>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>, <s-psql(at)rhythm(dot)cx>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: permission prob: granted, but still denied
Date: 2002-10-30 19:10:00
Message-ID: 200210301910.00066.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 30 Oct 2002 6:19 pm, Stephan Szabo wrote:
> On Wed, 30 Oct 2002 s-psql(at)rhythm(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-10-30 19:12:38 Re: backing up corrupt database
Previous Message Tom Lane 2002-10-30 19:06:11 Re: permission prob: granted, but still denied