This Heroku page gives a list of whitelisted extensions for Heroku psql. Is it possible to install the (non-whitelisted) psql http extension on Heroku postgres?
A little more background on my problem:
I want to create a database trigger that makes an HTTP request to a server every time a table is updated in the database -- the http extension (link above) does just that. Is there another way to notify a web server any time a database is updated (using Heroku psql)?