Login
From:
til.codeinthehole.com
(Uncensored)
subscribe
TIL How to set per-role statement timeouts in Postgres — David Winterbottom
https://til.codeinthehole.com/posts/how-to-set-perrole-statement-timeouts-in-postgres/
links
backlinks
Roast topics
Find topics
Find it!
Postgres has a statement_timeout setting that will abort statements that run longer than the specified number of milliseconds. — can be read in 1 minute