]> granicus.if.org Git - postgis/commitdiff
Added Algorithms section and simplify() enabler code
authorSandro Santilli <strk@keybit.net>
Tue, 28 Oct 2003 11:18:27 +0000 (11:18 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 28 Oct 2003 11:18:27 +0000 (11:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@335 b70326c6-7e19-0410-871a-916f4a2858ee

Attic/postgis_sql_common.sql.in

index d471e6b9e7219d37ebb74b279c0860190c22001f..554392bb27db52ff859d67ae447f26e19259dcb4 100644 (file)
@@ -12,6 +12,9 @@
 --  
 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 -- $Log$
+-- Revision 1.18  2003/10/28 11:18:27  strk
+-- Added Algorithms section and simplify() enabler code
+--
 -- Revision 1.17  2003/10/23 08:06:54  strk
 -- Added 'unite' aggregate.
 --
@@ -1301,3 +1304,12 @@ CREATE FUNCTION isvalid(geometry)
    AS '@MODULE_FILENAME@'
    LANGUAGE 'C' WITH (isstrict);
    
+
+--
+-- Algorithms
+--
+
+CREATE FUNCTION simplify(geometry, float8)
+   RETURNS geometry
+   AS '@MODULE_FILENAME@'
+   LANGUAGE 'C' WITH (isstrict);