[postgis-users] Aggregate Function Malfunction

Markus Schaber schabi at logix-tt.com
Tue May 24 08:20:22 PDT 2005


Hi, Mark,

Mark Fenbers wrote:

> I get an error "parse error - invalid geometry".

> CREATE AGGREGATE MultiIntersection (
>    BASETYPE = GEOMETRY,
>    SFUNC = Intersection,
>    STYPE = GEOMETRY,
>    INITCOND = ''
> );

'' cannot be parsed into a valid geometry, so it cannot parse initcond.

Markus



More information about the postgis-users mailing list