Skip to content

Commit 948e583

Browse files
committed
update for missing columns
1 parent d91e34f commit 948e583

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

api/informational-views/hypertables.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ SELECT create_hypertable('metrics','time');
2929

3030
SELECT * from timescaledb_information.hypertables WHERE hypertable_name = 'metrics';
3131

32-
-[ RECORD 1 ]-------+--------
33-
hypertable_schema | public
34-
hypertable_name | metrics
35-
owner | sven
36-
num_dimensions | 1
37-
num_chunks | 0
38-
compression_enabled | f
39-
tablespaces | NULL
32+
-[ RECORD 1 ]-----------+-------------------------
33+
hypertable_schema | public
34+
hypertable_name | metrics
35+
owner | sven
36+
num_dimensions | 1
37+
num_chunks | 0
38+
compression_enabled | f
39+
tablespaces | NULL
40+
primary_dimension | time
41+
primary_dimension_type | timestamp with time zone
4042
```
4143

4244
## Available columns
@@ -53,6 +55,8 @@ tablespaces | NULL
5355
|`replication_factor`|SMALLINT| <Sunsetted2140 /> Replication factor for a distributed hypertable |
5456
|`data_nodes`|TEXT| <Sunsetted2140 /> Nodes on which hypertable is distributed |
5557
|`tablespaces`|TEXT| Tablespaces attached to the hypertable |
58+
|`primary_dimension`|TEXT| Name of the primary (time) dimension column |
59+
|`primary_dimension_type`|TEXT| Data type of the primary dimension column |
5660

5761

5862

0 commit comments

Comments
 (0)