]> granicus.if.org Git - postgis/commitdiff
tweak DEBUG line
authorSandro Santilli <strk@keybit.net>
Tue, 16 Oct 2012 16:07:53 +0000 (16:07 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 16 Oct 2012 16:07:53 +0000 (16:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10436 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in.c

index 7887780740fc74d1b37f388cab4a6486b100f513..baac7bb94910eb3db98745dc98af3890e8e91a75 100644 (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