diff options
-rw-r--r-- | sos/plugins/postgresql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/postgresql.py b/sos/plugins/postgresql.py index 9ba696be..3ddd46fc 100644 --- a/sos/plugins/postgresql.py +++ b/sos/plugins/postgresql.py @@ -32,7 +32,7 @@ class PostgreSQL(Plugin): plugin_name = "postgresql" profiles = ('services',) - packages = ('postgresql',) + packages = ('postgresql', 'postgresql-common') password_warn_text = " (password visible in process listings)" |