From 700ae911b534b1e567cd887a777ba3ffd1404d7f Mon Sep 17 00:00:00 2001 From: Ryan P. Kelly Date: Wed, 9 May 2012 10:18:59 -0400 Subject: Ignore sequences in the temporary namespace --- check_postgres.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 2afb72d5d..a15ecdb7a 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -7148,6 +7148,7 @@ FROM ( JOIN pg_namespace nsp ON nsp.oid = relnamespace WHERE relkind = 'S' ) AS seqs +WHERE nspname !~ '^pg_temp.*' ORDER BY nspname, seqname, typname }; ## use critic -- cgit v1.2.3