Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

Is a Postgres long-running query aborted if the connection is lost/broken?

$
0
0

If I open a connection to Postgres and issue a long-running query, and then break the connection (e.g., kill the client process that opened the connection), will the long-running query continue to run, or will it be automatically aborted? Is this configurable?

(I’m using Postgresql 9.2.9)


Viewing all articles
Browse latest Browse all 1138

Trending Articles