plprofiler
server-side support for profiling PL/pgSQL functions
Module:
Categories:
Overview
PGDG 1st Party Extension: plprofiler
: server-side support for profiling PL/pgSQL functions
Information
- Extension ID: 3070
- Extension Name:
plprofiler
- Package Name:
plprofiler
- Category:
LANG
- License: Artistic
- Website: https://github.com/bigsql/plprofiler
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 4.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:
plprofiler_$v*
- RPM Ver :
4.2
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-plprofiler
- DEB Ver :
4.2
- DEB Deps: N/A
Packages
Installation
Install plprofiler
via the pig
CLI tool:
pig ext install plprofiler
Install plprofiler
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["plprofiler"]}' # -l <cls>
Install plprofiler
RPM from YUM repo directly:
dnf install plprofiler_17*;
dnf install plprofiler_16*;
dnf install plprofiler_15*;
dnf install plprofiler_14*;
dnf install plprofiler_13*;
Install plprofiler
DEB from APT repo directly:
apt install postgresql-17-plprofiler;
apt install postgresql-16-plprofiler;
apt install postgresql-15-plprofiler;
apt install postgresql-14-plprofiler;
apt install postgresql-13-plprofiler;
Enable plprofiler
extension on PostgreSQL cluster:
CREATE EXTENSION plprofiler;
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.