Re: problem with GRANT postgres 8.0.4 - Mailing list pgsql-general

From Richard Huxton
Subject Re: problem with GRANT postgres 8.0.4
Date
Msg-id 438337BC.3030000@archonet.com
Whole thread Raw
In response to problem with GRANT postgres 8.0.4  (Jacek Balcerski <balcersk@wsisiz.edu.pl>)
List pgsql-general
Jacek Balcerski wrote:
> ERROR:  permission denied for relation reviewers
> KONTEKST:  SQL statement "SELECT 1 FROM ONLY "public"."reviewers" x
> WHERE "person_id" = $1 FOR UPDATE OF x"
>
> In person table there is ofcourse person with id=569.
> User is super user and I did GRANT ALL on ALL TABLES :
> public | article_reviewers        | table    |
> {control=r/control,balcer=arwdRxt/control}
> public | articles                 | table    |
> {control=r/control,balcer=arwdRxt/control}
> public | persons        | table    |
> {control=r/control,balcer=arwdRxt/control}

I don't see table "reviewers" in this list, which is the table the error
statement mentions.
--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Java, postgres and jasper help
Next
From: Joe Conway
Date:
Subject: Re: How to trim Bytea fields