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"; description = "A 'top' like tool for PostgreSQL";
longDescription = '' longDescription = ''
pg_top allows you to: pg_top allows you to:
<itemizedlist> * View currently running SQL statement of a process.
<listitem>View currently running SQL statement of a process.</listitem> * View query plan of a currently running SQL statement.
<listitem>View query plan of a currently running SQL statement.</listitem> * View locks held by a process.
<listitem>View locks held by a process.</listitem> * View user table statistics.
<listitem>View user table statistics.</listitem> * View user index statistics.
<listitem>View user index statistics.</listitem>
</itemizedlist>
''; '';
homepage = http://ptop.projects.postgresql.org/; homepage = http://ptop.projects.postgresql.org/;