HTTP triggers for Postgres
Posted
by
HeineyBehinds
on Stack Overflow
See other posts from Stack Overflow
or by HeineyBehinds
Published on 2012-12-03T17:02:03Z
Indexed on
2012/12/03
17:03 UTC
Read the original article
Hit count: 160
I'm trying to write a Postgres trigger such that when a configuration table is updated, a backend component is notified and can handle the change. I know that Oracle has the concept of a web/HTTP trigger, where you can execute an HTTP GET from the Oracle instance itself to a URL that can then handle the request at the application layer. I'm wondering if Postgres (v. 9.0.5
) has the same feature, or comes with anything similar (and, subsequently, how to set it up/configure it)?
© Stack Overflow or respective owner