ST_LineLocatePoint() was introduced in 2.1. I was going to suggest using PL/pgSQL exception handling but that has a significant performance hit...
-bborie On Thu, May 23, 2013 at 1:52 PM, Stephen Woodbridge <[email protected]> wrote: > Hi, > > I just notice in pgRouting that I'm getting: > > WARNING: ST_Line_Locate_Point signature was deprecated in 2.1.0. Please use > ST_LineLocatePoint > > messages. I can switch this, but I'm wandering when ST_LineLocatePoint was > introduced because of backwards compatibility with older versions of > PostGIS. > > So I don't want to change the function only to find that is is not available > on 1.5 or earlier. Or I need to dynamically modify the plpgsql functions > based on version of postgis we are installing on. > > Thanks, > -Steve > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
