From: Regina Obe Date: Mon, 19 Sep 2016 03:42:33 +0000 (+0000) Subject: missed some schema qualify X-Git-Tag: 2.3.0rc1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7871ff1b1d9db41a9e7a35f9d1006f9b5b10d9ab;p=postgis missed some schema qualify git-svn-id: http://svn.osgeo.org/postgis/trunk@15116 b70326c6-7e19-0410-871a-916f4a2858ee --- 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;