timescaledb/timescaledb.control.in
2023-03-20 13:27:41 -03:00

9 lines
427 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@