[postgis-devel] [PostGIS] #1283: ST_MapAlgebraFct 2 band version function proto looks wrong
PostGIS
trac at osgeo.org
Tue Nov 15 10:52:09 PST 2011
#1283: ST_MapAlgebraFct 2 band version function proto looks wrong
----------------------------+-----------------------------------------------
Reporter: robe | Owner: pracine
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by dustymugs):
Definitely a pgAdmin bug. Test case is:
{{{
CREATE OR REPLACE FUNCTION test_regprocedure(
func regprocedure,
VARIADIC junk text[] DEFAULT NULL
)
RETURNS text AS $$
BEGIN
RETURN NULL;
END;
$$ LANGUAGE 'plpgsql';
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1283#comment:13>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list