The ideas about setting up views might work. I guess we'd just have to change the permissions of users who have access to the db so that they can only use the views and not query the tables directly.
Michael Fuhr wrote:
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?
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend