Samples
conditions table if it exists.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a reorder policy from a hypertable
SELECT remove_reorder_policy('conditions', if_exists => true);
conditions table if it exists.
SELECT remove_reorder_policy(
hypertable = '<hypertable_name>',
if_exists = true | false
);
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
hypertable | REGCLASS | - | ✔ | Name of the from which to remove the policy. |
if_exists | BOOLEAN | FALSE | ✖ | Set to true to avoid throwing an error if the reorder_policy does not exist. A notice is issued instead. |