]> granicus.if.org Git - postgis/commitdiff
removed truly_inside() function.
authorDavid Blasby <dblasby@gmail.com>
Thu, 4 Sep 2003 16:19:06 +0000 (16:19 +0000)
committerDavid Blasby <dblasby@gmail.com>
Thu, 4 Sep 2003 16:19:06 +0000 (16:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@298 b70326c6-7e19-0410-871a-916f4a2858ee

Attic/postgis_sql_common.sql.in

index 28f3e87d9fce3b0239b0822865304aa42b450656..54bb4bbf85caf2264552b37f4d07039741bac574 100644 (file)
@@ -12,6 +12,9 @@
 --  
 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 -- $Log$
+-- Revision 1.15  2003/09/04 16:19:06  dblasby
+-- removed truly_inside() function.
+--
 -- Revision 1.14  2003/08/08 18:19:20  dblasby
 -- Conformance changes.
 -- Removed junk from postgis_debug.c and added the first run of the long
@@ -926,10 +929,10 @@ CREATE FUNCTION perimeter(geometry)
        AS '@MODULE_FILENAME@','perimeter2d'
        LANGUAGE 'C' WITH (isstrict);
 
-CREATE FUNCTION truly_inside(geometry,geometry)
-       RETURNS bool
-       AS '@MODULE_FILENAME@'
-       LANGUAGE 'C' WITH (isstrict);
+---CREATE FUNCTION truly_inside(geometry,geometry)
+---    RETURNS bool
+---    AS '@MODULE_FILENAME@'
+---    LANGUAGE 'C' WITH (isstrict);
 
 CREATE FUNCTION point_inside_circle(geometry,float8,float8,float8)
        RETURNS bool