Skip navigation

Updating the postgresql timescale-db extension from pre 0.8.0-dev builds – you must re-create extension and hyper-tables, ie:
CREATE database dbname;
\c dbname
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
SELECT create_hypertable('time_table', 'time');