From 7871ff1b1d9db41a9e7a35f9d1006f9b5b10d9ab Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 19 Sep 2016 03:42:33 +0000 Subject: [PATCH] missed some schema qualify git-svn-id: http://svn.osgeo.org/postgis/trunk@15116 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_pg/rtpostgis.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/rt_pg/rtpostgis.sql.in b/raster/rt_pg/rtpostgis.sql.in index 10a765de8..01f6c8399 100644 --- a/raster/rt_pg/rtpostgis.sql.in +++ b/raster/rt_pg/rtpostgis.sql.in @@ -7148,7 +7148,7 @@ CREATE OR REPLACE FUNCTION _add_raster_constraint_extent(rastschema name, rastta cn := 'enforce_max_extent_' || $3; - sql := 'SELECT st_ashexewkb(st_envelope(st_union(st_envelope(' + sql := 'SELECT @extschema@.st_ashexewkb( @extschema@.st_envelope( @extschema@.st_union( @extschema@.st_envelope(' || quote_ident($3) || ')))) FROM ' || fqtn; -- 2.50.0