Versions:
remove_reorder_policy() CommunityCommunity functions are available under Timescale Community Edition. Click to learn more.
Community
Community functions are available under Timescale Community Edition. Click to learn more.
Remove a policy to reorder a particular hypertable.
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. |
Sample usage
SELECT remove_reorder_policy('conditions', if_exists => true);
removes the existing reorder policy for the conditions
table if it exists.
Found an issue on this page?
Report an issue!