[postgis-devel] [PostGIS] #964: Support for PostgreSQL 9.1+ new Extensions model
PostGIS
trac at osgeo.org
Thu May 19 13:22:40 PDT 2011
#964: Support for PostgreSQL 9.1+ new Extensions model
-------------------------+--------------------------------------------------
Reporter: robe | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Since this feature was partly created with us in mind, we should take
advantage of it. We might not get to it for PostGIS 2.0 though sicne I
haven't looked at how much effort is involved.
So with the new way people would be spatially enabling their PostgreSQL
database with
{{{
CREATE EXTENSION postgis VERSION '2.0';
}}}
This will also result in cleaner backups and restores since from what I
can gather there are provisions to not backup functions etc. with data.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/964>
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