HI
it's possible read data from elasticsearch "inside" a pgsql function (i need read some data and write them in a DB Table (postgres)).
all the information i finded is about write data from postgres DB to ElasticSearch. But I need the opposite. It's possible in a DB pgsql function? How???
We have the index inside the elastic. So, I only need to connect me with the elastic inside the pgsql function.
thanks
mj
