]> granicus.if.org Git - postgis/commitdiff
Fixed a typo in probe_geometry_columns() reported by Vinko Vrsalovic.
authorSandro Santilli <strk@keybit.net>
Tue, 2 Nov 2004 07:25:38 +0000 (07:25 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 2 Nov 2004 07:25:38 +0000 (07:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1073 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in

index 6645f5fdc1f643732230f0a8e16b0489fcbd0f34..a748cc84f37ecc2589a6a8041dc3c50a1810abd5 100644 (file)
@@ -2083,9 +2083,9 @@ BEGIN
                        strpos(typecheck.consrc, ''=''),
                        strpos(typecheck.consrc, ''::'')-
                        strpos(typecheck.consrc, ''='')
-                       ))::varchar as type,
+                       ))::varchar as type
 #if USE_VERSION < 80
-               a.attrelid,
+               a.attrelid,
                a.attnum as varattnum,
                null::histogram2d as stats
 #endif