blob: 20455d0a744af066ba2c23a5760c6d715bd6e06b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{ type: install
message: <<EOM
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.
EOM
}
]
|