From 3d7014a92332c24227b5caf1b5d111a72dfbbc40 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 6 Jan 2005 09:38:50 +0000 Subject: [PATCH] Added accum(geom) documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@1230 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + + + -- 2.50.1