Unfortunately setTimeout is not implemented for JDBC/postgres. Is there some way I can simulate or workaround this? Functionally I want to execute the query and the then break if it takes longer than N seconds
Unfortunately setTimeout is not implemented for JDBC/postgres. Is there some way I can simulate
Share
The “statement_timeout” looks like what you want.