By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| extname |
|---|
| plpgsql |
| timescaledb |
| timescaledb_toolkit |
SELECT 3
| installed_version |
|---|
| 2.11.1 |
SELECT 1
CREATE TABLE
ERROR: function by_range(unknown) does not exist LINE 2: SELECT create_hypertable('Measurements', by_range('Timestamp... ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ERROR: relation "measurements" does not exist LINE 2: SELECT create_hypertable('Measurements', 'Timestamp'); ^
| create_hypertable |
|---|
| (1,public,Measurements,t) |
SELECT 1
| Id | DeviceId | SensorId | Timestamp | Temperature |
|---|---|---|---|---|
| 1 | 2025-12-22 10:21:10.466527+00 | 0.00 |
INSERT 0 1
| create_hypertable |
|---|
| (2,public,conditions,t) |
SELECT 1