Adding a new module to postgres

From: Mohammed Ajil <ajilm(at)student(dot)ethz(dot)ch>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Adding a new module to postgres
Date: 2015-11-16 16:09:31
Message-ID: 5649FFBB.4050003@student.ethz.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 with its header.
Now I have some problems understanding the makefiles, I do not quite get
where I have to link the C file into the whole build of postgres.

I would be very glad for some help.

Thank you in advance for your time,

Kind regards,

Mohammed Ajil

--
--------------------------------------------
Mohammed Ajil
Bsc CS D-INFK
ajilm(at)student(dot)ethz(dot)ch

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2015-11-16 16:31:35 Re: bdr appears to be trying to replicate to itself
Previous Message David G. Johnston 2015-11-16 15:48:53 Re: referencing other INSERT VALUES columns inside the insert