timescaledb
timescaledb copied to clipboard
Schema Dumper consider WITH NO DATA
The official continuous aggregate creates views WITH DATA but when the user create with NO DATA the dumper is not explicit defining it in the schema dumper.
The schema dumper only gets the view definition.
From a core TimescaleDB extension developer:
for pg materialized views it is in pg_class.relispopulated but that won't work for caggs
I'll try to see if we can make it work, of if the TimescaleDB will include this info at some point.