<div dir="ltr"><font face="monospace">alter system set statement_timeout to '5min';</font><br><br>Locally we use 6 hour timeout, so an evening started job would be finished, or slaughtered, by morning.</div><br><div class="gmail_quote"><div dir="ltr">ср, 11 апр. 2018 г. в 18:39, Aaron Edwards <<a href="mailto:aedwards@b3insight.com">aedwards@b3insight.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="m_489522394431005034WordSection1">
<p class="MsoNormal">Hi,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">My ETL process requires that I issue several long-running queries to postgresql.  Queries like building indexes, updating SRIDs, that kind of thing.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">My problem is that if the query takes too long to run, something over 5 minutes (but I don’t know the actual number for certain), then the query never returns.  I’ve set the ConnectionTimeout property of the connection to 0, which I understand
 is no timeout.  But the command is timing out anyway.  Often times I can see that the command has completed successfully, by looking for the presence of the objects the command is creating in pg Admin.  But the script still hangs, because as far as it knows,
 postres is still processing it’s previous command.  <u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Is there a default timeout setting that is global to a postgresql database or server? 
<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Aaron<u></u><u></u></p>
</div>
</div>

_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-users</a></blockquote></div>