Sergei Georgiev wrote:
> I found that there is a property called
> "statement_timeout" in the postgresql.conf. This limits the time, in
> which a statement must be executed. It looks like a solution to me,
> but I need to test it.
> 10x anyway :)
statement_timeout will only catch cases where the network fails while
the client is partway through sending a query or receiving (lots of)
result data.
-O