From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
---|---|
To: | <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 21:17:23 |
Message-ID: | 20021030131341.N34948-100000@megazone23.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 30 Oct 2002 s-psql(at)rhythm(dot)cx wrote:
> On Wed, Oct 30, 2002 at 02:06:11PM -0500, Tom Lane wrote:
> > s-psql(at)rhythm(dot)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?
From | Date | Subject | |
---|---|---|---|
Next Message | Vincent Janelle | 2002-10-30 21:22:47 | Re: DAFS? |
Previous Message | Stephan Szabo | 2002-10-30 21:11:08 | Re: permission prob: granted, but still denied |