Re: [PERFORM] Statement Timeout at User Level

2008-09-18 Thread Albe Laurenz
Gauri Kanekar wrote: > Is it possible to put Statement timeout at User Level. > Like If i have a user like 'guest', Can i put a statement > timeout for it. If only all problems were that easily solved! ALTER ROLE guest SET statement_timeout=1; This will cause all statements longer than 10 s

[PERFORM] Statement Timeout at User Level

2008-09-17 Thread Gauri Kanekar
Hi, Is it possible to put Statement timeout at User Level. Like If i have a user like 'guest', Can i put a statement timeout for it. -- Regards Gauri