From: Regina Obe Date: Tue, 15 Jul 2008 11:34:22 +0000 (+0000) Subject: typo X-Git-Tag: 1.4.0b1~846 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0108d06196bdb8afa63f39089e6388a205537da0;p=postgis typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2852 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index ece3b8690..b22c70848 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -409,8 +409,8 @@ SELECT gps.gps_track, ST_MakeLine(gps.the_geom) As newgeom line strings from 2 points a user draws 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 ;