query sent to dblink_send_query and close the connection

Started by PG Bug reporting formover 6 years ago1 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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 ?.