我无法在已经包含预先存在的规则的表上创建超级表,或者即使我先创建一个超表然后尝试在该表上添加规则,它也无法正常工作。
下面列出的错误:
ERROR: hypertables do not support rules
DETAIL: Table "trafficsummary07112019" has attached rules, which do not work on hypertables.
HINT: Remove the rules before calling create_hypertable
ERROR: hypertables do not support rules (When trying to add rule after creating hypertable)
在旧版本的postgresql(V9)和TimeScaleDB(0.10.1)上运行正常。
如果有人可以提供帮助,将不胜感激。