Source: pgtop
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 10), libpq-dev, libncurses5-dev
Standards-Version: 4.3.0
Homepage: https://git.postgresql.org/gitweb/?p=pg_top.git
Vcs-Git: https://salsa.debian.org/postgresql/pgtop.git
Vcs-Browser: https://salsa.debian.org/postgresql/pgtop

Package: pgtop
Replaces: ptop (<< 3.7.0-1~)
Breaks: ptop (<< 3.7.0-1~)
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: postgresql
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is a console-based tool for monitoring a PostgreSQL database.
 .
 With pg_top you can:
   * View currently running SQL statement of a process
   * View query plan of a currently running SELECT statement
   * View locks held by a process
   * View user table statistics
   * View user index statistics
