pg_profile
PostgreSQL load profile repository and report builder
Module:
Categories:
Overview
MIXED 3rd Party Extension: pg_profile : PostgreSQL load profile repository and report builder
Information
- Extension ID: 6000
- Extension Name:
pg_profile - Package Name:
pg_profile - Category:
STAT - License: BSD 2
- Website: https://github.com/zubkov-andrei/pg_profile
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 4.8
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires:
dblink,plpgsql
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pg_profile_$v* - RPM Ver :
4.8 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-profile - DEB Ver :
4.7 - DEB Deps: N/A
Availability
Installation
Install pg_profile via the pig CLI tool:
pig ext install pg_profile
Install pg_profile via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_profile"]}' # -l <cls>
Install pg_profile RPM from YUM repo directly:
dnf install pg_profile_17*;
dnf install pg_profile_16*;
dnf install pg_profile_15*;
dnf install pg_profile_14*;
dnf install pg_profile_13*;
Install pg_profile DEB from APT repo directly:
apt install postgresql-17-pg-profile;
apt install postgresql-16-pg-profile;
apt install postgresql-15-pg-profile;
apt install postgresql-14-pg-profile;
apt install postgresql-13-pg-profile;
Create pg_profile extension on PostgreSQL cluster:
CREATE EXTENSION pg_profile CASCADE;
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.