Source: pgstatplans
Section: database
Priority: extra
Maintainer: Cédric Villemain <cedric@villemain.org>
Build-Depends: debhelper (>= 8.9.0), postgresql-server-dev-all (>= 118)
Standards-Version: 3.9.4
Vcs-Git: git://github.com/2ndQuadrant/pg_stat_plans.git
Vcs-browser: https://github.com/2ndQuadrant/pg_stat_plans.git
Homepage: https://github.com/2ndQuadrant/pg_stat_plans

Package: postgresql-9.0-pgstatplans
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.0
Description: pg_stat_plans is a variant of the standard Postgres contrib module
 pg_stat_statements.  It differentiates between and assigns execution costs to
 plans, rather than queries.  This makes it particularly suitable for monitoring
 query planner regressions.  However, it is also suitable as a general-purpose 
 tool for understanding execution costs at both the plan and query granularity.

Package: postgresql-9.1-pgstatplans
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.1
Description: pg_stat_plans is a variant of the standard Postgres contrib module
 pg_stat_statements.  It differentiates between and assigns execution costs to
 plans, rather than queries.  This makes it particularly suitable for monitoring
 query planner regressions.  However, it is also suitable as a general-purpose 
 tool for understanding execution costs at both the plan and query granularity.

Package: postgresql-9.2-pgstatplans
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.2
Description: pg_stat_plans is a variant of the standard Postgres contrib module
 pg_stat_statements.  It differentiates between and assigns execution costs to
 plans, rather than queries.  This makes it particularly suitable for monitoring
 query planner regressions.  However, it is also suitable as a general-purpose 
 tool for understanding execution costs at both the plan and query granularity.

