Package: postgresql-9.6-pg-qualstats Source: pg-qualstats Version: 2.0.3-1.pgdg18.04+1 Architecture: i386 Maintainer: Julien Rouhaud Installed-Size: 80 Depends: libc6 (>= 2.4), postgresql-9.6 Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-qualstats/postgresql-9.6-pg-qualstats_2.0.3-1.pgdg18.04+1_i386.deb Size: 26852 SHA256: da60c0fac3ed8f10b2216e660ca04cdd249a9de5fd0313b42058168d75bc0951 SHA1: b1907b872c83168f115b245a0854655309fb8fb0 MD5sum: eff1dafa8bdd6e5e06a4cb5408778338 Description: PostgreSQL extension to gather statistics about predicates. This extensions tracks WHERE clauses predicates and JOIN predicates. Statistics will report whether the predicate was evaluated as an index scan or not, how many time the expression appeared, how many times the operator was executed and how filtering the expression is. If pg_stat_statements is enabled, it can also track to which statements the predicate belongs.