【发布时间】:2021-04-14 20:05:02
【问题描述】:
我正在尝试显示超表信息,但似乎无法访问信息表。
此请求成功
select * from _timescaledb_catalog.hypertable;
但是这个没有,说表不存在:
select * from timescaledb_information.hypertable;
正如预期的那样,创建超表没有任何区别。
前一个命令在 https://github.com/timescale/timescaledb/issues/648 中找到,如果用户参考 0.10 文档,我会理解它是否已过时。
后者来自文档:https://docs.timescale.com/latest/api#utilities,所以它应该可以工作。
我正在使用 Timescale DB 2.2.0(官方 Timescale 存储库)和 PostgreSQL 11(Debian 存储库)。
【问题讨论】: