projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
904b980
)
postgis_raster_lib_version is also in rtpostgis.sql, not topology.sql
author
Sandro Santilli
<strk@keybit.net>
Mon, 7 May 2012 07:08:13 +0000
(07:08 +0000)
committer
Sandro 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
patch
|
blob
|
history
diff --git
a/postgis/postgis.sql.in.c
b/postgis/postgis.sql.in.c
index 283ede6b0fdd416d771b756e1b11017bbab8cbce..cac35f6c5cb7633418dd15881c278b71e8c4a726 100644
(file)
--- 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;