]> granicus.if.org Git - postgis/commitdiff
postgis_raster_lib_version is also in rtpostgis.sql, not topology.sql
authorSandro Santilli <strk@keybit.net>
Mon, 7 May 2012 07:08:13 +0000 (07:08 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 7 May 2012 07:08:13 +0000 (07:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9723 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in.c

index 283ede6b0fdd416d771b756e1b11017bbab8cbce..cac35f6c5cb7633418dd15881c278b71e8c4a726 100644 (file)
@@ -2400,7 +2400,7 @@ BEGIN
        EXCEPTION
                WHEN undefined_function THEN
                        rast_lib_ver := NULL;
-                       RAISE NOTICE 'Function postgis_raster_lib_version() not found. Is raster support enabled and topology.sql installed?';
+                       RAISE NOTICE 'Function postgis_raster_lib_version() not found. Is raster support enabled and rtpostgis.sql installed?';
        END;
 
        fullver = 'POSTGIS="' || libver;