mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|