system_stats
EnterpriseDB system statistics for PostgreSQL
Module:
Categories:
Overview
MIXED 3rd Party Extension: system_stats
: EnterpriseDB system statistics for PostgreSQL
Information
- Extension ID: 6280
- Extension Name:
system_stats
- Package Name:
system_stats
- Category:
STAT
- License: PostgreSQL
- Website: https://github.com/EnterpriseDB/system_stats
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 3.2
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
system_stats_$v*
- RPM Ver :
3.2
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-system-stats
- DEB Ver :
3.2
- DEB Deps: N/A
Availability
Installation
Install system_stats
via the pig
CLI tool:
pig ext install system_stats
Install system_stats
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["system_stats"]}' # -l <cls>
Install system_stats
RPM from YUM repo directly:
dnf install system_stats_17*;
dnf install system_stats_16*;
dnf install system_stats_15*;
dnf install system_stats_14*;
dnf install system_stats_13*;
Install system_stats
DEB from APT repo directly:
apt install postgresql-17-system-stats;
apt install postgresql-16-system-stats;
apt install postgresql-15-system-stats;
apt install postgresql-14-system-stats;
apt install postgresql-13-system-stats;
Create system_stats
extension on PostgreSQL cluster:
CREATE EXTENSION system_stats;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.