Re: In which module does query rewriting takes place

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Shaunak Godbole <shaunak(dot)godbole(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: In which module does query rewriting takes place
Date: 2006-10-02 14:38:47
Message-ID: 45212477.4080504@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Shaunak Godbole wrote:
> Hi,
>
> We are trying to introduce access control. For this we have to rewrite
> the input query by replacing each relation by its corresponding
> authorized view.

This sounds like a pretty ugly hack. There are already extensive access
controls available in postgres. What is there about the existing access
controls that does not do what you want?

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-10-02 14:49:14 Re: In which module does query rewriting takes place
Previous Message Tom Lane 2006-10-02 14:33:18 Re: [HACKERS] Bad bug in fopen() wrapper code