mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 09:37:00 +08:00
All postgres versions supported by timescaledb support trusted extensions so we do no longer need the conditional in the control file.
9 lines
432 B
Plaintext
9 lines
432 B
Plaintext
# timescaledb extension
|
|
comment = 'Enables scalable inserts and complex queries for time-series data (@LICENSE_EDITION@)'
|
|
default_version = '@PROJECT_VERSION_MOD@'
|
|
module_pathname = '$libdir/timescaledb-@PROJECT_VERSION_MOD@'
|
|
#extension cannot be relocatable once installed because it uses multiple schemas and that is forbidden by PG.
|
|
#(though this extension is relocatable during installation).
|
|
relocatable = false
|
|
trusted = true
|