Re: permission prob: granted, but still denied

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: permission prob: granted, but still denied
Дата
Msg-id 20021030131341.N34948-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: permission prob: granted, but still denied  (s-psql@rhythm.cx)
Ответы Re: permission prob: granted, but still denied
Список pgsql-general
On Wed, 30 Oct 2002 s-psql@rhythm.cx wrote:

> On Wed, Oct 30, 2002 at 02:06:11PM -0500, Tom Lane wrote:
> > s-psql@rhythm.cx writes:
> > > Hello, I'm having some sort of permission problem on my database, running
> > > version 7.2.3.
> >
> > Curious.  What exactly is the connection between the two tables?
> > Standard foreign-key reference, or something else?  Could we see the
> > full schemas for both tables (ideally from pg_dump -s -t)?
> >
>
> The relationship is a standard foreign key, with websess referencing
> cscuser. I am enclosing the schema for both tables below.
>
> Stephan Szabo requested I turn on query logging (is that synonymous with
> increasing postmaster's debugging level?). I increased the debug level all
> the way to 5, however I didn't see anything telling in the resulting log.
> I'm enclosing that as well if it helps anyone.

Well, it seems to say that it is the foreign key select.

> If it increases readability for anyone, I put the schema & log output on my
> website: http://rhythm.cx/~steve/pg/
>
> Richard Huxton also suggested I check the permissions on related sequences -
> they are ok. Here is a listing of permissions relevant to this problem
> (webauth is the user with the Permission Denied problem):
>
>  cscuser                 | {=,webauth=arwdRxt}

Who is the owner of cscuser?  If you log in as that user, does a
select 1 from cscuser where userid=<some userid> for update of cscuser
succeed?





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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: permission prob: granted, but still denied
Следующее
От: Vincent Janelle
Дата:
Сообщение: Re: DAFS?