1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: plprofiler
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
architecture-is-64-bit <!pkg.postgresql.32-bit>,
postgresql-server-dev-all (>= 217~),
python3,
python3-psycopg2,
python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/bigsql/plprofiler
Vcs-Browser: https://salsa.debian.org/postgresql/plprofiler
Vcs-Git: https://salsa.debian.org/postgresql/plprofiler.git
Package: plprofiler
Architecture: all
Provides:
python3-plprofiler,
Recommends:
postgresql-plprofiler,
Depends:
python3-psycopg2,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Breaks:
${postgresql:Breaks},
Description: PostgreSQL PL/pgSQL functions performance profiler
The plprofiler is an extension for the PostgreSQL database system to create
performance profiles of PL/pgSQL functions and stored procedures. The included
external Python class and command line utility can be used to easily control
the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
and manage the resulting performance datasets and create HTML reports from
t.
This package contains the Python module and the plprofiler CLI util.
Package: postgresql-18-plprofiler
Architecture: any
Provides:
postgresql-plprofiler,
Recommends:
plprofiler,
Depends:
${misc:Depends},
${postgresql:Depends},
${shlibs:Depends},
Breaks:
${postgresql:Breaks},
Description: PostgreSQL PL/pgSQL functions performance profiler
The plprofiler is an extension for the PostgreSQL database system to create
performance profiles of PL/pgSQL functions and stored procedures. The included
external Python class and command line utility can be used to easily control
the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
and manage the resulting performance datasets and create HTML reports from
them.
.
This package contains the PostgreSQL server extension.
|