From 25987eea70d9b503c990f1a97d18f5935fc73910 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 2 Nov 2004 07:25:38 +0000 Subject: [PATCH] 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 --- lwgeom/lwpostgis.sql.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0