Re: Permission on insert rules

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Luis Sousa <llsousa(at)ualg(dot)pt>, josh(at)agliodbs(dot)com
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Permission on insert rules
Date: 2002-11-12 17:29:44
Message-ID: web-1822655@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Luis,

> That's what I already made. The problem is when I do the update, I
> permission denied in all the tables for update and insert. The user
> that's making this operation only have select privilege.
> Any way, I'm using version 7.2.1-2 for debian.

I can't reproduce the problem, and permissions did not get fixed
between 7.2.1 and 7.2.3. So I'm pretty sure that you're missing
something, somewhere.

Please post:

1) The table definitions for the tables being updated.
2) The view definition and permissions
3) The Rules statements defined on the view
4) A copy of your database session where your update is denied,
including the exact error message received.

Without that information, no futher help is available.

-Josh Berkus

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Paul Ogden 2002-11-12 17:39:13 Inconsistent or incomplete behavior obverse in where clause
Previous Message Luis Sousa 2002-11-12 17:16:01 Re: Permission on insert rules