A
A
Ao2018-05-14 16:48:46
PostgreSQL
Ao, 2018-05-14 16:48:46

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

1 answer(s)
A
Alexander Kuznetsov, 2018-05-15
@DarkRaven

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 question

Ask a Question

731 491 924 answers to any question