[postgis-devel] [PostGIS] #301: [raster] Add uninstall_rtpostgis.sql machinery
PostGIS
trac at osgeo.org
Fri Dec 23 09:59:57 PST 2011
#301: [raster] Add uninstall_rtpostgis.sql machinery
-----------------------------------+----------------------------------------
Reporter: mloskot | Owner: robe
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
Comment(by strk):
For the record; current show-stopper for create_undef is removing the
"DEFAULT" specification from function signatures. There's no regexp I can
think of that deals with nested (), found in the default for unknown srid:
"ST_SRID('POINT(0 0)'::geometry)".
A workaround would be avoiding function calls in DEFAULT specifications,
another would be writing a smarter parser.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/301#comment:16>
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