Martin Mueller wrote:
> The function intersects(geometry, geometry) doesn't exist anymore, but
> if you want to be SFSQL compliant it has to!!!
Its there - perhaps there is something wrong with your installation?
ogc=# select intersects('POINT(0 0)','POINT(0 0)');
intersects
------------
t
(1 row)