]> granicus.if.org Git - postgis/commitdiff
Use DEBUG level for printing SQL being executed...
authorSandro Santilli <strk@keybit.net>
Sat, 31 Dec 2011 09:47:06 +0000 (09:47 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 31 Dec 2011 09:47:06 +0000 (09:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8625 b70326c6-7e19-0410-871a-916f4a2858ee

topology/sql/query/getfacebypoint.sql

index 23946dbcfccaef6834a042b90b66ce2d3a9b0d0e..8c812b9bfa1277e658be503783131612de518476 100644 (file)
@@ -136,7 +136,7 @@ BEGIN
                || 'WHERE ST_DWithin(e.geom, ' || quote_literal(apoint::text)||'::geometry,' || tol1::text || ')=true;';
         end if;
        
-       raise notice ' ==> %',sql;
+       RAISE DEBUG ' ==> %',sql;
 
         BEGIN
             EXECUTE sql INTO STRICT idface;