[postgis-devel] [PostGIS] #2101: SQL hooks for calling selectivity functions
PostGIS
trac at osgeo.org
Tue Nov 20 14:25:06 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 strk):
{{{
SELECT 'public.geometry_columns'::regclass;
SELECT 'geometry_columns'::regclass;
SELECT 'geometry_columns'::regclass::oid;
SELECT oid::regclass::text FROM pg_class where relname =
'geometry_columns';
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2101#comment:5>
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