freebsd-ports/databases/timescaledb/files/pkg-message.in
2019-08-13 16:01:59 +00:00

13 lines
360 B
Text

[
{ type: install
message: <<EOM
To activate timescaledb on your PostgreSQL server, add 'timescaledb' to
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
run
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
If you are upgrading, restart PostgreSQL server and run
ALTER EXTENSION timescaledb UPDATE TO '%%PORTVERSION%%';
EOM
}
]