Hi,
I have little experience with postgres.
I successfully created a trigger function who does basic stuff such as
UPDATE another table.
Now, I need to launch a php script from that trigger, something like php
test.php.
Is it possible to do that?
thanks
Steve