Skip to content

[Feedback] Page: /api/latest/continuous-aggregates/create_materialized_view/ #4384

@trivision-hans

Description

@trivision-hans

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

Metadata

Metadata

Labels

communityRaised by a community memberdocumentationImprovements or additions to documentationfeedbackSubmissions from the docs site feedback form

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions