]> granicus.if.org Git - postgis/commitdiff
fix typo
authorRegina Obe <lr@pcorp.us>
Wed, 27 Jul 2011 11:54:13 +0000 (11:54 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 27 Jul 2011 11:54:13 +0000 (11:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7682 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml

index 3bdff321406f07863477693aa7d5e41944686ea7..58628393a6c13fa822df26cf5494f726852e46ba 100644 (file)
@@ -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;</programlisting>
                </refsection>
                <refsection>