timescaledb/timescaledb.control
Matvey Arye a78f1570ba Remove dblink dependency.
The dblink extension is blacklisted by some cloud-hosting providers and
is an unnecessary dependency for single-node operation. Since we don't plan
to use dblink to implement clustering this PR removes the dependency.
2017-04-12 11:14:54 -04:00

7 lines
218 B
Plaintext

# timescaledb extension
comment = 'Enables scalable inserts and complex queries for time-series data'
default_version = '0.0.7-beta'
module_pathname = '$libdir/timescaledb'
requires = 'postgres_fdw'
relocatable = true