]> granicus.if.org Git - postgis/commitdiff
fixed a typo in the geometry_send function definition
authorSandro Santilli <strk@keybit.net>
Tue, 14 Sep 2004 08:39:24 +0000 (08:39 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 14 Sep 2004 08:39:24 +0000 (08:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@818 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in

index 6efe2b4a3c8235df2c9e6c09b618854d8f1ac938..06ab72bf0b823366ffdbbbf602dc1fdcd4d49b30 100644 (file)
@@ -105,8 +105,8 @@ CREATEFUNCTION geometry_recv(internal)
        AS '@MODULE_FILENAME@','LWGEOM_recv'
        LANGUAGE 'C' WITH (isstrict);
 
-CREATEFUNCTION geometry_send(internal)
-       RETURNS geometry
+CREATEFUNCTION geometry_send(geometry)
+       RETURNS bytea
        AS '@MODULE_FILENAME@','WKBFromLWGEOM'
        LANGUAGE 'C' WITH (isstrict);
 #endif