timescaledb/timescaledb.control.in
Sven Klemm 1a5370643e Remove conditional for trusted in control file
All postgres versions supported by timescaledb support trusted
extensions so we do no longer need the conditional in the control file.
2024-04-24 15:29:03 +02:00

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