File: control

package info (click to toggle)
rhdb-explain 2.0-1
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 1,348 kB
  • ctags: 2,029
  • sloc: java: 13,411; xml: 209; makefile: 42; sh: 22
file content (22 lines) | stat: -rw-r--r-- 1,128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: rhdb-explain
Section: contrib/misc
Priority: optional
Maintainer: Peter Eisentraut <peter_e@gmx.net>
Build-Depends-Indep: debhelper (>= 4.0.0), ant (>= 1.4.1), j2sdk1.4, docbook-xml (>= 4.2), xsltproc, docbook-xsl, imagemagick
Standards-Version: 3.6.0

Package: rhdb-explain
Architecture: all
Depends: ${misc:Depends}, j2re1.4 | java-virtual-machine, j2re1.4 | java2-runtime, libpgjava
Description: Tool for visualizing the output of the PostgreSQL EXPLAIN command
 This package contains Visual Explain, a tool for visualizing the output
 of the PostgreSQL EXPLAIN and EXPLAIN ANALYZE commands.  EXPLAIN and
 EXPLAIN ANALYZE show the users the query plan that a PostgreSQL backend
 produces for a given optimizable query.  The default form of this plan
 is a plain-text tree, which, while easy to read for simple queries,
 becomes progressively more difficult to interpret as query complexity
 increases.  By visualizing the text output of EXPLAIN/EXPLAIN ANALYZE
 in an appropriate manner, the difficulty of interpreting query plans
 drops significantly.
 .
 Homepage: http://sources.redhat.com/rhdb/visualexplain.html