remove_continuous_aggregate_policy() Community

Remove refresh policy for a continuous aggregate.

Required Arguments

NameDescription
continuous_aggregate(REGCLASS) Name of the continuous aggregate the policy should be removed from

Sample Usage

Remove the refresh policy from the ‘cpu_view’ continuous aggregate:

  1. SELECT remove_continuous_aggregate_policy('cpu_view');