Samples
-
Split a chunk at a specific time:
-
Split a in two:
For example, If the duration is, 24 hours, the following command splits
chunk_1into two s of 12 hours each.
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
chunk | REGCLASS | - | ✔ | Name of the to split. |
split_at | TIMESTAMPTZ | - | ✖ | Timestamp to split the at. |