[postgis-devel] [PostGIS] #2101: SQL hooks for calling selectivity functions
PostGIS
trac at osgeo.org
Tue Nov 20 21:14:47 PST 2012
#2101: SQL hooks for calling selectivity functions
-------------------------+--------------------------------------------------
Reporter: pramsey | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by robe):
shouldn't get too attached to autocasting. That is how all bad wars
start.
best to be explicit.
{{{
select
_postgis_geometry_sel('mytable'::regclass,'mycol'::text,'LINESTRING(0 0,
30 30)'::geometry);
}}}
We've already got issue with raster with lazy casting and then adding a
default arg screws up everything.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2101#comment:8>
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