[postgis-devel] [PostGIS] #1463: postgis_restore.pl: be immune of argument names
PostGIS
trac at osgeo.org
Fri Jan 13 02:19:05 PST 2012
#1463: postgis_restore.pl: be immune of argument names
-------------------------+--------------------------------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
When deciding which functions in a dump to keep and which ones to drop we
look at function signatures. Now function signatures include argument name
and so we might want to NOT consider those or our skip list would get even
bigger than it currently is as we're adding argument names in 2.0.
One problem with this is that some typenames are two words long, making it
difficult to say what's a typename and what's an argname:
{{{
(a double precision, an integer, double precision, integer)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1463>
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