]> granicus.if.org Git - postgis/commitdiff
Fixed syntax error in UPDATE statement.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 13 Feb 2002 16:50:19 +0000 (16:50 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 13 Feb 2002 16:50:19 +0000 (16:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@119 b70326c6-7e19-0410-871a-916f4a2858ee

README.postgis

index b1537844e499315e18346b5549d878f7c999b646..13b94c0ca500c526500fa01e3c17475aa2e7df14 100644 (file)
@@ -72,7 +72,7 @@ valid SRID in the SPATIAL_REF_SYS table, and then update your geometries
 to reference the SRID with the following SQL (with the appropriate
 substitutions:
 
-  UPDATE TABLE <table> SET <geocolumn> = SetSRID(<geocolumn>,<SRID>);
+  UPDATE <table> SET <geocolumn> = SetSRID(<geocolumn>,<SRID>);
 
 
 USAGE: