Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
review
  • Loading branch information
atovpeko committed Dec 2, 2025
commit a6958b1e49d70dbc4b3290cb0db36c609938d22e
2 changes: 1 addition & 1 deletion api/continuous-aggregates/add_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ continuous aggregate, _not_ to the original hypertable.

<Highlight type="warning">

This experimental function will be removed in future, please use [`add_continuous_aggregate_policy()`](add_continuous_aggregate_policy) function to add a policy.
This experimental function will be removed in future releases. Please use the [`add_continuous_aggregate_policy()`][add_continuous_aggregate_policy] function to add a policy.

</Highlight>

Expand Down
2 changes: 1 addition & 1 deletion api/continuous-aggregates/alter_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ continuous aggregate, _not_ to the original hypertable.

<Highlight type="warning">

This experimental function will be removed in future, please use [`alter_job()`](alter_job) function to modify a policy.
This experimental function will be removed in future releases. Please use the [`alter_job()`][alter_job] function to modify a policy.

</Highlight>

Expand Down
2 changes: 1 addition & 1 deletion api/continuous-aggregates/remove_all_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hypertable.

<Highlight type="warning">

This experimental function will be removed in future, please use [`remove_job()`](remove_job) function to delete a policy.
This experimental function will be removed in future releases. Please use the [`delete_job()`][delete_job] function to delete policies.

</Highlight>

Expand Down
2 changes: 1 addition & 1 deletion api/continuous-aggregates/remove_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ continuous aggregate, _not_ to the original hypertable.

<Highlight type="warning">

This experimental function will be removed in future, please use [`remove_job()`](remove_job) function to delete a policy.
This experimental function will be removed in future releases. Please use the [`delete_job()`](delete_job) function to delete policies.

</Highlight>

Expand Down
4 changes: 2 additions & 2 deletions api/continuous-aggregates/show_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Show all policies that are currently set on a continuous aggregate.

<Highlight type="warning">

This experimental function will be removed in future, please query the [`timescaledb_information.jobs`](jobs-view) view.
This experimental function will be removed in future releases. Please query the [`timescaledb_information.jobs`][jobs-view] view.

</Highlight>

Expand Down Expand Up @@ -58,4 +58,4 @@ show_policies
|-|-|-|
|`show_policies`|`JSONB`|Details for each policy set on the continuous aggregate|

[jobs-view]: /api/:currentVersion:/jobs
[jobs-view]: /api/:currentVersion:/informational-views/jobs/
4 changes: 2 additions & 2 deletions api/informational-views/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ aggregates.

<Highlight type="warning">

This experimental view will be removed in future, please query the [`timescaledb_information.jobs`](jobs-view) view.
This experimental view will be removed in future releases. Please query the [`timescaledb_information.jobs`][jobs-view] view.

</Highlight>

Expand Down Expand Up @@ -86,4 +86,4 @@ hypertable_name | _materialized_hypertable_2
|`hypertable_schema`|Schema of the hypertable that contains the actual data for the continuous aggregate view|
|`hypertable_name`|Name of the hypertable that contains the actual data for the continuous aggregate view|

[jobs-view]: /api/:currentVersion:/jobs
[jobs-view]: /api/:currentVersion:/informational-views/jobs/