[postgis-devel] [PostGIS] #944: typmod support for PostGIS geometry
PostGIS
trac at osgeo.org
Thu May 19 10:18:23 PDT 2011
#944: typmod support for PostGIS geometry
-------------------------+--------------------------------------------------
Reporter: robe | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by robe):
I just thought about another issue with this. It won't handle complex
views I don't think.
It will handle the simple view case of
SELECT ...geom
FROM sometable;
But I don't think it will handle
SELECT ST_Transform(geom,4326) As geom
FROM sometable;
Anyrate I'm going to push this to postgis-users since a similar topic came
up.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/944#comment:20>
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