freebsd-ports/databases/pg_stat_kcache/pkg-message
Palle Girgensohn 11e3178e4d Add pg_stat_kcache module
Gathers statistics about real reads and writes done by the filesystem layer. It
is provided in the form of an extension for PostgreSQL >= 9.4., and requires
pg_stat_statements extension to be installed. PostgreSQL 9.4 or more is
required as previous version of provided pg_stat_statements didn't expose the
queryid field.

WWW:	https://github.com/dalibo/pg_stat_kcache
2016-05-28 18:26:33 +00:00

7 lines
313 B
Text

To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to
shared_preload_libraries in ~pgsql/data/postgresql.conf. For every database,
run
CREATE EXTENSION IF NOT EXISTS pg_stat_kcache
Using databases/powa-web and databases/powa-archivist together with
pg_stat_kcache is warmly recommended.