]> granicus.if.org Git - postgis/commitdiff
typo
authorRegina Obe <lr@pcorp.us>
Tue, 15 Jul 2008 11:34:22 +0000 (11:34 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 15 Jul 2008 11:34:22 +0000 (11:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2852 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index ece3b8690db51a973846077b13a32f17e343278d..b22c70848e96289b7235e90adfa747360642fc30 100644 (file)
@@ -409,8 +409,8 @@ SELECT gps.gps_track, ST_MakeLine(gps.the_geom) As newgeom
                        line strings from 2 points a user draws</para>
                <programlisting>
 SELECT ST_AsText(ST_MakeLine(ST_MakePoint(1,2), ST_MakePoint(3,4)));
-SELECT up.id, ST_MakeLine(startpoint, endpoint) As drawn_line
-FROM userpoints;
+SELECT userpoints.id, ST_MakeLine(startpoint, endpoint) As drawn_line
+FROM userpoints ;
                </programlisting>
                </refsection>