Answer the question
In order to leave comments, you need to log in
How to call a stored function on plv8 from another function asynchronously in postgresql?
Is this possible in principle?
I want the first function to pass data to the second, and without waiting for the second to complete the work, return the response to the server, and the second continued to work without returning the result....
Answer the question
In order to leave comments, you need to log in
You can try to look at NOTIFY and play with it - https://www.postgresql.org/docs/current/static/sql...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question