How can I send some http request from postgresql function or trigger

You could try writing the trigger in PL/Python and use urllib2 to POST.

Leave a Comment