[postgis-tickets] [PostGIS] #2560: view xxx depends on function st_union(geometry)
PostGIS
trac at osgeo.org
Fri Feb 21 09:32:50 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):
st_geomunion was a mistake from the beginning that is why it is dropped.
It was created when pramsey went ST_ happy and did a macro replace to put
ST_ in front of everything. There has only ever been geomunion and
ST_Union ever in use or documented.
Note: the bigger fix is to change the extension scripts. Right now I
think they just use postgis_20_21 which has worked because there wasn't a
difference between 20_21 and 21_minor. If we change we have to add
another conditional loop break out the copy to copy the right versions
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2560#comment:7>
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