Hi, Brian, "Peck, Brian" <[EMAIL PROTECTED]> wrote:
> As far as I know we did not compile with debugging on, and swapping to > contains did not speed things up. However we are not using ST_Contains() > [just contains()]. These don't exist in the database (either the 8.2 I > am testing on - or an upgraded 8.3 I use locally) Whether the ST_ functions exist does not only depend on the PostgreSQL version, but also on the PostGIS version. Try: select version(),postgis_full_version(); This tells you the PostgresQL version and PostGIS version with all relevant details. Regards, Markus -- Markus Schaber | Logical Tracking&Tracing International AG Dipl. Inf. | Software Development GIS Fight against software patents in Europe! www.ffii.org www.nosoftwarepatents.org _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
