I am trying to set statement_timeout parameter to 1 hour at instance level due to some production issues that we have noticed with long running queries.
We also have hot stand by replication setup using a user with replication privilege. Now, if I setup statement_timeout at instance level, will this affect the replication session as well?
Set it to 10 seconds and see if anything breaks?
I would doubt it since replication doesn’t involve SQL statements.
David J.