query sent to dblink_send_query and close the connection
PG Doc comments form <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
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 ?.