From e65a1272f8bc41f8c8b931007187930acd054757 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 10 Mar 2016 06:35:48 +0000 Subject: [PATCH] avoid adding search_path to functions that work on internals (fix typo in last commit) references #3497 git-svn-id: http://svn.osgeo.org/postgis/trunk@14769 b70326c6-7e19-0410-871a-916f4a2858ee --- utils/postgis_proc_set_search_path.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/postgis_proc_set_search_path.pl b/utils/postgis_proc_set_search_path.pl index 7f307ea8b..9c96373de 100644 --- a/utils/postgis_proc_set_search_path.pl +++ b/utils/postgis_proc_set_search_path.pl @@ -105,7 +105,7 @@ while() $endhead = 1; } - if ( /add(geometry|overview|raster|internal)/i){ + if ( /((add|drop)[\_]*(geometry|overview|raster)|internal)/i){ # can't put search_path on addgeometrycolumn or addrasterconstraints # since table names are sometimes passed in non-qualified # also can't work on some functions that take internals -- 2.40.0