[HACKERS] Connection Problem

2011-08-14 Thread Amir Abdollahi
Hello, I'm trying to add audit capability to Postgresql server. When the Postgresql server starts up, the server will start audit functions as a new subprocess thus the server will have 5 subprocesses instead of 4. I want to store logs in a database within the same Postgresql server [from

[HACKERS] Add a new backend process

2010-06-16 Thread Amir Abdollahi
Hello, I want to add a new backend process to postgres, to include my own auditing modules. How can i do that, also how can i signal it after! Sorry if this is very general question! I didn't find any source to learn these things in postgres. thanks in advance

[HACKERS] Add new backend process

2010-06-16 Thread Amir Abdollahi
Hello, I want to add a new backend process to postgres, to include my own auditing modules. How can i do that, also how can i signal it after! Sorry if this is very general question! I didn't find any source to learn these things in postgres. thanks in advance