Обсуждение: query sent to dblink_send_query and close the connection

Поиск
Список
Период
Сортировка

query sent to dblink_send_query and close the connection

От
PG Doc comments form
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/contrib-dblink-disconnect.html
Description:

I have a function which takes one hour to complete execution.
When I submit that function to dblink_send_query, and just after 1 minute I
close the connection using dblink_disconnect, What happens to the function
which I sent ? . Will it terminate execution of function ?.