Re: PL/pgSQL HTTP Request

2018-12-07 Thread Pavel Stehule
pá 7. 12. 2018 v 14:58 odesílatel Sathish Kumar napsal: > Hi Pavel, > > We would like to use with Google Cloud Sql where third party extensions > are not supported. > Then it easy - you cannot to do from Postgres. Pavel > > On Fri, Dec 7, 2018, 9:55 PM Pavel Stehule >> Hi >> >> pá 7. 12. 201

Re: PL/pgSQL HTTP Request

2018-12-07 Thread Sathish Kumar
Hi Pavel, We would like to use with Google Cloud Sql where third party extensions are not supported. On Fri, Dec 7, 2018, 9:55 PM Pavel Stehule Hi > > pá 7. 12. 2018 v 14:48 odesílatel Sathish Kumar > napsal: > >> Hi Team, >> >> Do PL/pgSQL support to create a function to make HTTP request. We

Re: PL/pgSQL HTTP Request

2018-12-07 Thread Pavel Stehule
Hi pá 7. 12. 2018 v 14:48 odesílatel Sathish Kumar napsal: > Hi Team, > > Do PL/pgSQL support to create a function to make HTTP request. We have a > requirement to send data to external server from Postgres DB using > HTTP/HTTPS Post Method. > Surely It doesn't support it. You can use some unt