From: Paul Ramsey Date: Tue, 18 May 2004 16:52:45 +0000 (+0000) Subject: Add multi() to the new cpp based sql.in file. X-Git-Tag: pgis_0_8_2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57b06037d5cc58a7355466280c86b828a7b8ec09;p=postgis Add multi() to the new cpp based sql.in file. git-svn-id: http://svn.osgeo.org/postgis/trunk@553 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis.sql.in b/postgis.sql.in index 0050f75a6..24b550022 100644 --- a/postgis.sql.in +++ b/postgis.sql.in @@ -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@'