I have the lastest PostGIS version. When I query:
select ST_HasBBOX(the_geom) from table_geom limit 1
I get this error:
ERROR: function st_hasbbox(geometry) does not exist
Why this function does not exists
|
I have the lastest PostGIS version. When I query:
I get this error:
Why this function does not exists |
|||||||||
|
|
If you really have PostGIS 2.0.x, try PostGIS_HasBBox. However do you really need this function? The documentation says it should only be used in exceptional circumstances. |
|||
|
|