3
0
Fork 0
forked from mirrors/nixpkgs

pg_top: do not use docbook for longDescription

This commit is contained in:
Léo Gaspard 2018-08-24 11:20:21 +09:00 committed by Ryan Mulligan
parent 0ac35abc98
commit 5305f5c273

View file

@ -14,13 +14,11 @@ stdenv.mkDerivation rec {
description = "A 'top' like tool for PostgreSQL";
longDescription = ''
pg_top allows you to:
<itemizedlist>
<listitem>View currently running SQL statement of a process.</listitem>
<listitem>View query plan of a currently running SQL statement.</listitem>
<listitem>View locks held by a process.</listitem>
<listitem>View user table statistics.</listitem>
<listitem>View user index statistics.</listitem>
</itemizedlist>
* View currently running SQL statement of a process.
* View query plan of a currently running SQL statement.
* View locks held by a process.
* View user table statistics.
* View user index statistics.
'';
homepage = http://ptop.projects.postgresql.org/;