<div dir="ltr"><div><div>Hi,<br><br></div>i tried pgagent as you suggested and it works well. I searched for another solution, because i wanted to reduce the maintenance work on the server (install, config autostart, etc.). The problem with triggers is, that i have a lot of points and the changes should be triggered to start the analysis. This has to be done everytime a point changes and takes some time. Thats why i thought to do it periodically. <br>
<br></div>Thanks for helping<br><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><table border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td style="font:inherit" valign="top"><blockquote style="border-left:2px solid rgb(16,16,255);margin-left:5px;padding-left:5px"><br><div>If you don't mind doing it by event instead of time you can use a <br>
database trigger. Example, for each new point the trigger happens and <br>
adds the info you need. That way there is
 never a point without the <br>information.<br><br>That's 100% in postgres as is.<br><br>Enjoy,<br>Alex<br><br><br>On 04/05/2013 02:36 AM, Christian Röttger wrote:<br>> Thanks,<br>><br>> i will give it a try. Maybe you have some good documentation for me, but i<br>

> will see what google has for me.<br>><br>> So there is no build in solution, only the way of installing or configuring<br>> additional packages, etc. which means "more" server maintenance ...<br>><br>

><br>> 2013/4/4 Fred Lehodey <<a href="http://mc/compose?to=lehodey@gmail.com" target="_blank">lehodey@gmail.com</a>><br>><br>>> <a href="http://www.pgadmin.org/download/pgagent.php" target="_blank">http://www.pgadmin.org/download/pgagent.php</a><br>

>><br>>><br>>><br>>><br>>> On Thu, Apr 4, 2013 at 4:11 PM, Christian Röttger <<a href="http://mc/compose?to=chris.roettger@web.de" target="_blank">chris.roettger@web.de</a>>wrote:<br>>><br>

>>> Hi,<br>>>><br>>>> sorry this question is more postgresql related, but maybe here is<br>>>> somebody with postgres skills :) I wrote a function which should be<br>>>> launched maybe every hour, or just once a night. Is there a possibility to<br>

>>> start this function directly in postgresql and not in a workaround like a<br>>>> cronjob?<br>>>><br>>>> The background is that i have some point and line tables and wrote a<br>>>> function which assigns the points in a specific distance to the lines.<br>

>>><br>>>><br>>>> Greets<br>>>> Christian<br>>>><br>>>> _______________________________________________<br>>>> Qgis-user mailing list<br>>>> <a href="http://mc/compose?to=Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>

>>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>>>><br>>>><br>>><br>><br>><br>><br>> _______________________________________________<br>

> Qgis-user mailing list<br>> <a href="http://mc/compose?to=Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>

><br><br>_______________________________________________<br>Qgis-user mailing list<br><a href="http://mc/compose?to=Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>

</div></blockquote></td></tr></tbody></table><br>_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
<br></blockquote></div><br></div></div></div></div></div></div>