opnsense-ports/databases/pg_stat_kcache/pkg-message
Franco Fichtner 3023a4c3e2 */*: sync with upstream
Taken from: FreeBSD
2016-10-04 23:48:54 +02:00

7 lines
309 B
Text

To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to
shared_preload_libraries in $PGDATA/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.