Skip to content

Commit

Permalink
fix: correct sample for reorder_chunk. (#3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-the-fish authored Sep 4, 2024
1 parent 5d3cbc4 commit 1f47558
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/reorder_chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ This function returns void.

### Sample usage

Reorder a chunk on an index:

```sql
SELECT reorder_chunk('_timescaledb_internal._hyper_1_10_chunk', 'conditions_device_id_time_idx');
SELECT reorder_chunk('_timescaledb_internal._hyper_1_10_chunk', '_timescaledb_internal.conditions_device_id_time_idx');
```

runs a reorder on the `_timescaledb_internal._hyper_1_10_chunk` chunk using the `conditions_device_id_time_idx` index.

[add_reorder_policy]: /api/:currentVersion:/hypertable/add_reorder_policy/
[postgres-cluster]: https://www.postgresql.org/docs/current/sql-cluster.html

0 comments on commit 1f47558

Please sign in to comment.