Samples
conditions table.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a retention policy from a hypertable
SELECT remove_retention_policy('conditions');
conditions table.
SELECT remove_retention_policy(
relation = '<hypertable_or_cagg_name>',
if_exists = true | false
);
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
relation | REGCLASS | - | ✔ | Name of the hypertable or continuous aggregate from which to remove the policy |
if_exists | BOOLEAN | false | - | Set to true to avoid throwing an error if the policy does not exist. |