pg_top: do not use docbook for longDescription
This commit is contained in:
parent
0ac35abc98
commit
5305f5c273
@ -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/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user