Bruce Momjian wrote:
> Uh, I thought you were changing connection_timeout, which is libpq and
> not a GUC parameter
Yup, you're right -- I got myself confused. Sorry.
> not statement_timeout. Do we want sub-second
> timeout values? Not sure.
>
I found it surprising that the statement_timeout was not in units of seconds,
but that's only because I read the docs after I tried it instead of before. I
can't think of a reason to have sub-second values, but it's probably not worth
changing it at this point.
Joe