Re: [GENERAL] Adding a new module to postgres

2015-11-16 Thread Michael Paquier
On Tue, Nov 17, 2015 at 1:09 AM, Mohammed Ajil wrote: > I am currently working on a research project for Secure Access Control > in PostgreSQL. So basically you wish to decide which query is authorized to run or not depending on its type as well as on the relation a given query touches. I would i

[GENERAL] Adding a new module to postgres

2015-11-16 Thread Mohammed Ajil
Dear Postgres Team, I am currently working on a research project for Secure Access Control in PostgreSQL. For verifying my hypothesis I would like to include my own algorithm that makes the access control decisions for specific queries. For that I would like to include my own access-control.c file