From: Sandro Santilli Date: Mon, 7 May 2012 07:08:13 +0000 (+0000) Subject: postgis_raster_lib_version is also in rtpostgis.sql, not topology.sql X-Git-Tag: 2.0.1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84edd71d8cce9759b045693e95ad99df9ec63597;p=postgis postgis_raster_lib_version is also in rtpostgis.sql, not topology.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@9723 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/postgis.sql.in.c b/postgis/postgis.sql.in.c index 283ede6b0..cac35f6c5 100644 --- a/postgis/postgis.sql.in.c +++ b/postgis/postgis.sql.in.c @@ -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;