Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 906 Bytes

File metadata and controls

36 lines (26 loc) · 906 Bytes
api_name excerpt topics keywords tags api products
remove_reorder_policy()
Remove a reorder policy from a hypertable
hypertables
jobs
reorder
policies
remove
delete
drop
license type
community
function
cloud
mst
self_hosted

remove_reorder_policy() Community

Remove a policy to reorder a particular hypertable.

Samples

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

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

Required arguments

Name Type Description
hypertable REGCLASS Name of the hypertable from which to remove the policy.

Optional arguments

Name Type Description
if_exists BOOLEAN Set to true to avoid throwing an error if the reorder_policy does not exist. A notice is issued instead. Defaults to false.