diff --git a/utils/postgis_restore.pl b/utils/postgis_restore.pl index 74299e2f2..3aaaf28ca 100644 --- a/utils/postgis_restore.pl +++ b/utils/postgis_restore.pl @@ -416,6 +416,12 @@ while( my $line = ) next; } + if ( $funcname eq 'plpgsql_validator' ) + { + print "SKIPPING FUNC $id\n" if $DEBUG; + next; + } + if ( $obsoleted_function{$funcname} || $obsoleted_function{$id} ) { print "SKIPPING OBSOLETED FUNC $id\n" if $DEBUG;