remove_reorder_policy()

Remove a policy to reorder a particular hypertable.

Required arguments

NameTypeDescription
hypertableREGCLASSName of the hypertable from which to remove the policy.

Optional arguments

NameTypeDescription
if_existsBOOLEANSet to true to avoid throwing an error if the reorder_policy does not exist. A notice is issued instead. Defaults to false.

Sample usage

  1. SELECT remove_reorder_policy('conditions', if_exists => true);

removes the existing reorder policy for the conditions table if it exists.