mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-21 21:21:22 +08:00
5 lines
163 B
SQL
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;
|