-
Notifications
You must be signed in to change notification settings - Fork 125
Description
Is it easy to find the information you need?
None
Are the instructions clear?
None
How could we improve the TigerData documentation site?
I think the docs are outdated as i get an error when i try to apply the "enable_merge_on_cagg_refresh"
ALTER MATERIALIZED VIEW products_1d_cagg2 set (timescaledb.enable_merge_on_cagg_refresh = true);
From this page: /api/latest/continuous-aggregates/create_materialized_view/
ERROR skipping applying migrations on database 'default', encountered:
{
"error": "query execution failed",
"path": "$",
"code": "postgres-error",
"internal": {
"arguments": [],
"error": {
"description": null,
"exec_status": "FatalError",
"hint": null,
"message": "unrecognized parameter "timescaledb.enable_merge_on_cagg_refresh"",
"status_code": "22023"
},
"prepared": false,
"statement": "ALTER MATERIALIZED VIEW products_5m_cagg2 set (timescaledb.enable_merge_on_cagg_refresh = true)"
}
}
Version pg16.9-ts2.21.1