We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb4a61 commit 3634229Copy full SHA for 3634229
mamonsu/plugins/pgsql/__init__.py
@@ -3,6 +3,6 @@
3
__all__ += ['pg_stat_statement', 'pg_buffercache', 'pg_wait_sampling']
4
__all__ += ['checkpoint', 'oldest', 'pg_locks']
5
__all__ += ['cfs']
6
-__all__ += ['archive_command', 'pg_stat_progress_vacuum']
+__all__ += ['archive_command']
7
8
from . import *
0 commit comments