[postgis-tickets] [PostGIS] #2560: view xxx depends on function st_union(geometry)
PostGIS
trac at osgeo.org
Sat Feb 22 19:59:56 PST 2014
#2560: view xxx depends on function st_union(geometry)
-----------------------------------+----------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.2
Component: build/upgrade/install | Version: 2.1.x
Keywords: |
-----------------------------------+----------------------------------------
Comment(by robe):
Yap this breaks extensions in way I expected it would. To test I did:
1) before installing new binaries etc:
{{{
CREATE EXTENSION postgis VERSION "2.1.2dev"
}}}
2) then upgrade to postgis-2.1.2
{{{
ALTER EXTENSION postgis UPDATE TO "2.1.2devnext";
}}}
3) Then to see what was left behind:
{{{
CREATE SCHEMA postgis;
ALTER EXTENSION postgis SET SCHEMA postgis;
}}}
And whammo the only aggregates that moved over to the postgis schema are
the raster aggregates.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2560#comment:19>
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-tickets
mailing list