Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== statement_timeout ====== You can control the maximum amount of time that any single query can take to execute before it is cancelled as a failure. Send the sql command like this:<code> set statement_timeout=10000 </code> The value is an integer, representing milliseconds of execution. This example would make all queries on the current connection be limited to 10 seconds max. docs/postgres/statement_timeout.txt Last modified: 2009/03/05 12:44by billh