[postgis-devel] [PostGIS] #758: [raster]: Using deprecated join select functions postgis_gist_sel postgis_gist_joinsel
PostGIS
trac at osgeo.org
Fri Jan 7 13:29:19 PST 2011
#758: [raster]: Using deprecated join select functions postgis_gist_sel
postgis_gist_joinsel
----------------------------+-----------------------------------------------
Reporter: robe | Owner: pracine
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Guys sorry to keep bouncing you around like this. This time I broke
raster.
When I was irradicating deprecated postgis functions #302 at r6568 I wiped
out one you were using since it was marked as deprecated in PostGIS 1.5:
Now I get this error when installing raster
psql:share/contrib/postgis-2.0/rtpostgis.sql:1073: ERROR: function
postgis_gist_sel(internal, oid, internal, integer) does not exist.
I believe postgis_gist_sel and postgis_gist_joinsel need to be replaced
with geometry_gist_sel and geometry_gist_joinsel.
Paul can you confirm I'm saying the right thing.
I'll be happy to change it if you trust me. Wanted to get this done
before I make the next experimental windows builds.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/758>
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