pg_proctab
PostgreSQL extension to access the OS process table
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pgnodemx
: PostgreSQL extension to access the OS process table
Information
- Extension ID: 6320
- Extension Name:
pg_proctab
- Package Name:
pgnodemx
- Category:
STAT
- License: BSD 3
- Website: https://github.com/markwkm/pg_proctab
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 0.0.10-compat
- 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: PIGSTY
- RPM Name:
pgnodemx_$v
- RPM Ver :
0.0.10-compat
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgnodemx
- DEB Ver :
0.0.10-compat
- DEB Deps: N/A
Packages
Installation
Install pg_proctab
via the pig
CLI tool:
pig ext install pgnodemx; # Extension Namepig ext install pg_proctab; # normalized package name
Install pgnodemx
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgnodemx"]}' # -l <cls>
Install pgnodemx
RPM from YUM repo directly:
dnf install pgnodemx_17;
dnf install pgnodemx_16;
dnf install pgnodemx_15;
dnf install pgnodemx_14;
dnf install pgnodemx_13;
Install pgnodemx
DEB from APT repo directly:
apt install postgresql-17-pgnodemx;
apt install postgresql-16-pgnodemx;
apt install postgresql-15-pgnodemx;
apt install postgresql-14-pgnodemx;
apt install postgresql-13-pgnodemx;
Enable pg_proctab
extension on PostgreSQL cluster:
CREATE EXTENSION pg_proctab;
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.