[postgis-devel] [PostGIS] #1048: [raster] Coverage version of stats functions should be aggregates
PostGIS
trac at osgeo.org
Tue Jun 21 09:51:33 PDT 2011
#1048: [raster] Coverage version of stats functions should be aggregates
----------------------------+-----------------------------------------------
Reporter: pracine | Owner: pracine
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by dustymugs):
I don't think aggregate functions can return a multi-column result. By
the looks of PostgreSQL's aggregate functions, they all return simple
values except array_agg which is an array of values.
In addition, how would an aggregate function work for something like
ST_ValueCount where there are two columns, the first being the value and
the second being the count?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1048#comment:1>
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