From: Sandro Santilli Date: Tue, 16 Oct 2012 16:07:53 +0000 (+0000) Subject: tweak DEBUG line X-Git-Tag: 2.1.0beta2~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e7bef16da24d2469bf777d059a3348acf83a9f3;p=postgis tweak DEBUG line git-svn-id: http://svn.osgeo.org/postgis/trunk@10436 b70326c6-7e19-0410-871a-916f4a2858ee --- 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