I have read few topics on Triggers..
I was just wondering if it is possible to have a parameter to a function from the external environment..
I mean...
I am into PHP and PostgreSQL and we want to integrate logs in our system, to keep track of the operations for each and every user. So, is it possible to acquire the user's id and use it in a function???
I was just wondering if it is possible to have a parameter to a function from the external environment..
I mean...
I am into PHP and PostgreSQL and we want to integrate logs in our system, to keep track of the operations for each and every user. So, is it possible to acquire the user's id and use it in a function???
Comment