From d6a8cae9a294f4a7b552ef1cd7add93c660d4b25 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 13 Feb 2002 16:50:19 +0000 Subject: [PATCH] Fixed syntax error in UPDATE statement. git-svn-id: http://svn.osgeo.org/postgis/trunk@119 b70326c6-7e19-0410-871a-916f4a2858ee --- README.postgis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.postgis b/README.postgis index b1537844e..13b94c0ca 100644 --- a/README.postgis +++ b/README.postgis @@ -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 SET = SetSRID(,); + UPDATE
SET = SetSRID(,); USAGE: -- 2.40.0