Re: How to Prevent Certain Kinds of Joins? - Mailing list pgsql-general

From Michael Fuhr
Subject Re: How to Prevent Certain Kinds of Joins?
Date
Msg-id 20050222200915.GA71591@winnie.fuhr.org
Whole thread Raw
In response to How to Prevent Certain Kinds of Joins?  (Heather Johnson <hjohnson@nypost.com>)
Responses Re: How to Prevent Certain Kinds of Joins?  (Heather Johnson <hjohnson@nypost.com>)
List pgsql-general
On Tue, Feb 22, 2005 at 02:51:09PM -0500, Heather Johnson wrote:

> Is there a way to revoke permission to join two or more tables, even for
> users who have all other permissions (e.g., select, insert, update,
> delete) on those tables?

For what purpose?  If this were possible, then users could still
do joins on the client side if they had access to all the data.
Are you just trying to prevent potentially large queries?  What
problem are you trying to solve?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: How to Prevent Certain Kinds of Joins?
Next
From: Heather Johnson
Date:
Subject: Re: How to Prevent Certain Kinds of Joins?