tweak DEBUG line

git-svn-id: http://svn.osgeo.org/postgis/trunk@10436 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2012-10-16 16:07:53 +00:00
parent dada3886d9
commit 6e7bef16da

View file

@ -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