Re: Solution for RI permission problem - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: Solution for RI permission problem
Date
Msg-id Pine.BSF.4.10.10010020911500.13832-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: Solution for RI permission problem  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Solution for RI permission problem  (Jan Wieck <janwieck@Yahoo.com>)
List pgsql-hackers
On Sun, 1 Oct 2000, Peter Eisentraut wrote:

> Stephan Szabo writes:
> 
> > With that, I do have a general question though. Are referential actions
> > supposed to be limited by the permissions of the user executing the query?
> > So, if you for example have write access on the pk table, but not to the
> > fk table, and there is a on cascade delete relationship, should that user
> > not be able to delete from the pk table?
> 
> Then you could delete records that are not in relation to the foreign keys
> in your table.  So I suppose not.  Of course there does seem to be a very
> limited range of usefulness of such a setup, but we shouldn't extrapolate
> something potentially more useful from that.

Actually, I'm mostly confused about what the spec wants done.  The section
on the referential actions says things like "the rows are marked for
deletion" without and I can't find something there that says whether or
not you are actually supposed to pay attention to the associated privs.




pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: www.postgresql.org
Next
From: Bruce Momjian
Date:
Subject: Re: ecpg enhance patch