From: | Richard Huxton <dev(at)archonet(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 18:42:58 |
Message-ID: | 200210301842.59437.dev@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wednesday 30 Oct 2002 5:54 pm, s-psql(at)rhythm(dot)cx wrote:
> On Wed, Oct 30, 2002 at 10:02:38AM +0000, Richard Huxton wrote:
> > Do you have any serial types or sequences on the table? If so, you'll
> > need to check permissions on those too.
>
> Yep, all relevant sequences have permissions too:
>
> csclub=> \z
> 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?
Well - assuming it is connecting as 'webauth' the only thing I can suggest is
to dump the schema, edit it down to a minimum, reload it to a test db and see
if that pins down the problem.
- Richard Huxton
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Thompson | 2002-10-30 18:43:02 | Re: DAFS? |
Previous Message | st_mwilson | 2002-10-30 18:41:21 | Oracle 8.1.x to Postgresql Conversion. |