Skip to main content
Remove a policy to reorder a particular .

Samples

SELECT remove_reorder_policy('conditions', if_exists => true);
removes the existing reorder policy for the conditions table if it exists.

Arguments

NameTypeDefaultRequiredDescription
hypertableREGCLASS-Name of the from which to remove the policy.
if_existsBOOLEANFALSESet to true to avoid throwing an error if the reorder_policy does not exist. A notice is issued instead.