Skip to content

Commit

Permalink
fix --alldb handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jw1u1 committed Oct 14, 2024
1 parent a1df533 commit 1ddf7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_postgres.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6674,7 +6674,7 @@ sub check_partman_premake {

# check, if partman is installed in this DB
my $SQL = q{
select current_database(), true from pg_extension where extname='pg_partman';
select current_database(), true as bool from pg_extension where extname='pg_partman';
};

my $info = run_command($SQL, {emptyok => 1 });
Expand Down

0 comments on commit 1ddf7cf

Please sign in to comment.