[postgis-commits] svn - r2852 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Jul 15 04:34:25 PDT 2008


Author: robe
Date: 2008-07-15 04:34:22 -0700 (Tue, 15 Jul 2008)
New Revision: 2852

Modified:
   trunk/doc/reference_new.xml
Log:
typo

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-07-15 11:03:43 UTC (rev 2851)
+++ trunk/doc/reference_new.xml	2008-07-15 11:34:22 UTC (rev 2852)
@@ -409,8 +409,8 @@
 			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>
 		



More information about the postgis-commits mailing list