]> granicus.if.org Git - postgis/commitdiff
Added in one removed function (st_max_distance, replaced by st_maxdistance) to the...
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 8 Jan 2010 23:16:43 +0000 (23:16 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 8 Jan 2010 23:16:43 +0000 (23:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5106 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis_drop.sql.in.c

index 52308576c5c9a481c025a570797abd4a0a92d509..2e18aebf80656fcd106225b84761c12dcbb4685b 100644 (file)
@@ -38,5 +38,6 @@ DROP FUNCTION IF EXISTS st_collect_garray (geometry[]);
 DROP FUNCTION IF EXISTS geosnoop(geometry);
 DROP FUNCTION IF EXISTS jtsnoop(geometry);
 DROP FUNCTION IF EXISTS st_noop(geometry);
+DROP FUNCTION IF EXISTS st_max_distance(geometry, geometry);