Leon Miller-Out
03/22/2023, 7:44 PMstatement_timeout
) in the connection string for my PostgreSQL database. I’ve added statement_timeout=30m
in the Connection String box in the datasource definition, but if I run the query SHOW statement_timeout
, it shows me a zero. Does anyone have experience with setting variables in PostgreSQL connection strings?jclausen
03/22/2023, 8:40 PM-c
?
"jdbc:<postgresql://localhost:5432/postgres?options=-c%20search_path=test,public,pg_catalog%20-c%20statement_timeout=90000>";
jclausen
03/22/2023, 8:40 PMLeon Miller-Out
03/22/2023, 8:43 PMLeon Miller-Out
03/22/2023, 8:43 PMjclausen
03/22/2023, 8:44 PMLeon Miller-Out
03/22/2023, 8:47 PM