From 6e7bef16da24d2469bf777d059a3348acf83a9f3 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 16 Oct 2012 16:07:53 +0000 Subject: [PATCH] tweak DEBUG line git-svn-id: http://svn.osgeo.org/postgis/trunk@10436 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/postgis.sql.in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/postgis.sql.in.c b/postgis/postgis.sql.in.c index 788778074..baac7bb94 100644 --- a/postgis/postgis.sql.in.c +++ b/postgis/postgis.sql.in.c @@ -1684,7 +1684,7 @@ BEGIN AND c.oid = tbl_oid LOOP - RAISE DEBUG 'Processing table %.%.%', gcs.nspname, gcs.relname, gcs.attname; + RAISE DEBUG 'Processing column %.%.%', gcs.nspname, gcs.relname, gcs.attname; gc_is_valid := true; -- Find the srid, coord_dimension, and type of current geometry -- 2.40.0