[postgis-devel] [PostGIS] #980: topology Regress failures on 9.1 beta - array_lower(topology.topoelementarray, integer) does not exist
PostGIS
trac at osgeo.org
Tue May 24 03:57:39 PDT 2011
#980: topology Regress failures on 9.1 beta -
array_lower(topology.topoelementarray, integer) does not exist
----------------------+-----------------------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Comment(by robe):
strk,
Don't bother fixing this. The more I think about it the more I think this
is a bug in PostgreSQL 9.1. I was looking at my PostgreSQL 9.1 bea 1
database in pgAdmin for example
and topology.topoelementarray doesn't even display under domains nor under
types, yet it does in my 9.0 equivalent database. I'll report this to the
authorities.
So in short:
{{{
SELECT array_upper(ARRAY[ARRAY[1,2],
ARRAY[3,4]]::topology.topoelementarray,1);
}}}
-- Works fine in 9.0 and 8.4
In PostgreSQL 9.1 it throws a:
function array_upper(topology.topoelementarray, integer) does not exist
error
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/980#comment:2>
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