From 04353dfe9b5121dc101d20dc872c83ee08ce4199 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 22 Apr 2010 16:28:25 -0400 Subject: [PATCH] What the heck was that doing there? --- check_postgres.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/check_postgres.pl b/check_postgres.pl index 1f5412034..a38188cd5 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -4965,7 +4965,6 @@ JOIN pg_namespace n ON (n.oid = c.relnamespace) JOIN pg_user u ON (u.usesysid = c.relowner) WHERE nspname !~ '^pg_t' }; - exists $filter{notriggers} and $SQL .= q{ AND relkind <> 'r'}; exists $filter{noviews} and $SQL .= q{ AND relkind <> 'v'}; exists $filter{noindexes} and $SQL .= q{ AND relkind <> 'i'}; exists $filter{nosequences} and $SQL .= q{ AND relkind <> 'S'}; -- 2.39.5