<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">You might also look at PgAgent, part of the PgAdmin tool:<br><a href="http://www.pgadmin.org/download/pgagent.php">http://www.pgadmin.org/download/pgagent.php</a><br><br>Allows similar functionality to cron with a db admin context.<br><br>Brent Wood<br><br>--- On <b>Tue, 4/9/13, Alex Mandel <i><tech_dev@wildintellect.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Alex Mandel <tech_dev@wildintellect.com><br>Subject: Re: [Qgis-user] start Postgresql/Postgis function automatically<br>To: Qgis-user@lists.osgeo.org<br>Date: Tuesday, April 9, 2013, 4:03 AM<br><br><div class="plainMail">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 ymailto="mailto:lehodey@gmail.com" href="/mc/compose?to=lehodey@gmail.com">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 ymailto="mailto:chris.roettger@web.de"
 href="/mc/compose?to=chris.roettger@web.de">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 ymailto="mailto:Qgis-user@lists.osgeo.org"
 href="/mc/compose?to=Qgis-user@lists.osgeo.org">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 ymailto="mailto:Qgis-user@lists.osgeo.org" href="/mc/compose?to=Qgis-user@lists.osgeo.org">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 ymailto="mailto:Qgis-user@lists.osgeo.org" href="/mc/compose?to=Qgis-user@lists.osgeo.org">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></table>