【发布时间】:2016-11-10 15:52:37
【问题描述】:
我想从 Postgresql 函数调用 web 服务。 我已经看到了这个链接,它显示了如何使用 pgpsql 代码发出 http 请求 http://boundlessgeo.com/2012/04/http-for-postgresql/
也在 Github 上展示 https://github.com/pramsey/pgsql-http
但是我怎样才能将此扩展添加到我的 PostgresSQL 要么 是否有其他方法可以从 postgres 调用 http 服务?
我使用的是 PostgreSQL 9.5 Windows 版本。
【问题讨论】:
-
Procedural Languages 以
PL/Python为例,SP 正文中有 2-4 行代码。
标签: postgresql stored-procedures httpclient postgresql-extensions