[HACKERS] Query

2007-04-09 Thread Shaunak Godbole
o the functions. Now if I include command.o and common.opresent in src/bin/psql, I get the error of not referencing other functions. I there a way of accessing other backends through the master backend. Thanks & Regards, Shaunak Godbole -- It is not the aptitude but the attitude that decides

[HACKERS] In which module does query rewriting takes place

2006-10-02 Thread Shaunak Godbole
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. Which part of the code should we modify for this. Till now we have thought of the following: 1. We take as input the parse tree generated by the