pldbgapi
server-side support for debugging PL/pgSQL functions
Module:
Categories:
Overview
PGDG 1st Party Extension: pldebugger
: server-side support for debugging PL/pgSQL functions
Information
- Extension ID: 3050
- Extension Name:
pldbgapi
- Package Name:
pldebugger
- Category:
LANG
- License: Artistic
- Website: https://github.com/EnterpriseDB/pldebugger
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.1
- 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:
pldebugger_$v*
- RPM Ver :
1.1
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pldebugger
- DEB Ver :
1.1
- DEB Deps: N/A
Packages
Installation
Install pldbgapi
via the pig
CLI tool:
pig ext install pldebugger; # Extension Namepig ext install pldbgapi; # normalized package name
Install pldebugger
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pldebugger"]}' # -l <cls>
Install pldebugger
RPM from YUM repo directly:
dnf install pldebugger_17*;
dnf install pldebugger_16*;
dnf install pldebugger_15*;
dnf install pldebugger_14*;
dnf install pldebugger_13*;
Install pldebugger
DEB from APT repo directly:
apt install postgresql-17-pldebugger;
apt install postgresql-16-pldebugger;
apt install postgresql-15-pldebugger;
apt install postgresql-14-pldebugger;
apt install postgresql-13-pldebugger;
Enable pldbgapi
extension on PostgreSQL cluster:
CREATE EXTENSION pldbgapi;
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.