node-postgres
node-postgres copied to clipboard
statement_timeout impact on the database
For e.g. a hypthetical long-running request advanced to the db server and is being executed or fetched by the db engine. What happens to that specific db request if the statement_timeout time has elapsed and the pg client wrap up the corresponding client request with timeout error?