I am trying to get response from API into Postsgresql. For this I have installed respective HTTP extension from
http://www.postgresonline.com/journal/archives/371-http-extension-for-windows-64-and-32-bit.html
In my local system . Current issue is that my database server is on amazon aws. So now I want to replicate same files/modules on server. But I'm not much aware about it. While I have tried
create extension http
then after I tried to get to know the supported extension by using this
show rds.extensions
Then I didn't found the HTTP
extension there.
SO please let me know how can I place downloaded HTTP
extension file on amazon rds??