From: Sandro Santilli Date: Tue, 2 Nov 2004 07:25:38 +0000 (+0000) Subject: Fixed a typo in probe_geometry_columns() reported by Vinko Vrsalovic. X-Git-Tag: pgis_1_0_0RC1~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25987eea70d9b503c990f1a97d18f5935fc73910;p=postgis Fixed a typo in probe_geometry_columns() reported by Vinko Vrsalovic. git-svn-id: http://svn.osgeo.org/postgis/trunk@1073 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwpostgis.sql.in b/lwgeom/lwpostgis.sql.in index 6645f5fdc..a748cc84f 100644 --- a/lwgeom/lwpostgis.sql.in +++ b/lwgeom/lwpostgis.sql.in @@ -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