Re: In which module does query rewriting takes place - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: In which module does query rewriting takes place
Date
Msg-id 45212477.4080504@dunslane.net
Whole thread Raw
In response to In which module does query rewriting takes place  ("Shaunak Godbole" <shaunak.godbole@gmail.com>)
Responses Re: In which module does query rewriting takes place  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Bad bug in fopen() wrapper code
Next
From: Tom Lane
Date:
Subject: Re: In which module does query rewriting takes place