timescaledb/sql/common/extensions.sql
2016-10-20 14:19:58 -04:00

5 lines
163 B
SQL

CREATE EXTENSION IF NOT EXISTS dblink;
CREATE EXTENSION IF NOT EXISTS postgres_fdw;
CREATE EXTENSION IF NOT EXISTS hstore;
CREATE EXTENSION IF NOT EXISTS hashlib;