"Bill Eaton" <EE2@xxxxxxxxxxxxxxx> writes: > I want to allow some queries for my users to run for a prescribed period of > time and kill them if they go over time. Is there a good way to do this? set statement_timeout perhaps? regards, tom lane
"Bill Eaton" <EE2@xxxxxxxxxxxxxxx> writes: > I want to allow some queries for my users to run for a prescribed period of > time and kill them if they go over time. Is there a good way to do this? set statement_timeout perhaps? regards, tom lane