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
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