]> granicus.if.org Git - postgis/commitdiff
Do not raise missing-topology NOTICE on postgis_full_version()
authorSandro Santilli <strk@keybit.net>
Mon, 24 Aug 2015 12:03:38 +0000 (12:03 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 24 Aug 2015 12:03:38 +0000 (12:03 +0000)
See #3257

git-svn-id: http://svn.osgeo.org/postgis/trunk@13994 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in

index 5f5778e97f388604ba2ffa53895cf3c74de81474..d781f4cbfcfa07f1515f07ca91441a374a713d9c 100644 (file)
@@ -2778,7 +2778,7 @@ BEGIN
        EXCEPTION
                WHEN undefined_function OR invalid_schema_name THEN
                        topo_scr_ver := NULL;
-                       RAISE NOTICE 'Function postgis_topology_scripts_installed() not found. Is topology support enabled and topology.sql installed?';
+                       RAISE DEBUG 'Function postgis_topology_scripts_installed() not found. Is topology support enabled and topology.sql installed?';
                WHEN insufficient_privilege THEN
                        RAISE NOTICE 'Topology support cannot be inspected. Is current user granted USAGE on schema "topology" ?';
                WHEN OTHERS THEN