[postgis-tickets] [PostGIS] #2659: extension upgrade from 2.1.2dev to 2.2.0dev fails with st_countagg(raster, integer, boolean, double precision) does not exist
PostGIS
trac at osgeo.org
Tue Mar 4 05:06:23 PST 2014
#2659: extension upgrade from 2.1.2dev to 2.2.0dev fails with
st_countagg(raster,integer,boolean,double precision) does not exist
-----------------------------------+----------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
Comment(by robe):
Better -- now get this error when installing via extension upgrade:
{{{
function st_astwkb_agg(geometry,integer) does not exist
}}}
I assume coming from comments install. Looks like nicklas didn't put in
an availability note in the CREATE AGGREGATE def
{{{
CREATE AGGREGATE st_astwkb_agg(geometry,int) (
}}}
and the naming doesn't quite follow our new convention of only one
underscore. I'll ticket these as separate issue.
Boy strk we are trapping all our sins with "Let's live by our comments"
mantra.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2659#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-tickets
mailing list