-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Use this template for reporting bugs in the docs.
Describe the bug
Query
SELECT * FROM timescaledb_information.hypertable
Returned on TimescaleDB version 2.23.1:
hypertable_schema | hypertable_name | owner | num_dimensions | num_chunks | compression_enabled | tablespaces | primary_dimension | primary_dimension_type
-------------------+-----------------+--------+----------------+------------+---------------------+-------------+-------------------+------------------------
public | history | zabbix | 1 | 1 | t | | clock | integer
public | history_uint | zabbix | 1 | 1 | t | | clock | integer
public | history_log | zabbix | 1 | 0 | t | | clock | integer
public | history_text | zabbix | 1 | 0 | t | | clock | integer
public | history_str | zabbix | 1 | 1 | t | | clock | integer
public | history_bin | zabbix | 1 | 0 | t | | clock | integer
public | auditlog | zabbix | 1 | 1 | t | | auditid | character varying
public | trends | zabbix | 1 | 0 | t | | clock | integer
public | trends_uint | zabbix | 1 | 0 | t | | clock | integer
(9 rows)
The doc page does not describe columns primary_dimension and primary_dimension_type.
I assume the description should be added.
Page affected
https://docs.tigerdata.com/api/latest/informational-views/hypertables/
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation