From: Sandro Santilli Date: Thu, 6 Jan 2005 09:38:50 +0000 (+0000) Subject: Added accum(geom) documentation X-Git-Tag: pgis_1_0_0RC1~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d7014a92332c24227b5caf1b5d111a72dfbbc40;p=postgis Added accum(geom) documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@1230 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 06e2dd6bf..5e9fcbf14 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -4247,6 +4247,14 @@ FROM geometry_table; + + accum(geometry set) + + + Aggregate. Constructs an array of geometries. + + +