From ea599511e575a15b95c25bc8dca12f5c88be9c61 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 27 Jul 2011 11:54:13 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7682 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_constructor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index 3bdff3214..58628393a 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -1231,7 +1231,7 @@ SELECT gps.gps_track, ST_MakeLine(gps.the_geom) As newgeom -- (you can use the new ORDER BY support for aggregates) -- this is a more guaranteed way to get ordered linestring SELECT gps.gps_track, ST_MakeLine(gps.the_geom ORDER BY gps_track,gps_time) As newgeom - FROM gps_points + FROM gps_points As gps GROUP BY gps.gps_track; -- 2.50.1