]> granicus.if.org Git - postgis/commitdiff
Add multi() to the new cpp based sql.in file.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 18 May 2004 16:52:45 +0000 (16:52 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 18 May 2004 16:52:45 +0000 (16:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@553 b70326c6-7e19-0410-871a-916f4a2858ee

postgis.sql.in

index 0050f75a620ea350f0ede8884ce5fe141518fe93..24b5500226f2029fa68b319ddde0c871f3f705e0 100644 (file)
@@ -1408,6 +1408,11 @@ CREATE FUNCTION distance_spheroid(geometry,geometry,spheroid)
 -- Generic operations
 --
 
+CREATE FUNCTION multi(geometry)
+       RETURNS geometry
+       AS '@MODULE_FILENAME@','fluffType'
+       LANGUAGE 'C' WITH (isstrict);
+       
 CREATE FUNCTION length3d(geometry)
        RETURNS FLOAT8
        AS '@MODULE_FILENAME@'