Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Content Bug] reorder_chunk requires index schema #3094

Open
igor2x opened this issue Mar 26, 2024 · 0 comments · May be fixed by #3136
Open

[Content Bug] reorder_chunk requires index schema #3094

igor2x opened this issue Mar 26, 2024 · 0 comments · May be fixed by #3136
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@igor2x
Copy link

igor2x commented Mar 26, 2024

At the bottom of documentation reorder_chunk command there is Sample usage in this sample there is text:
SELECT reorder_chunk('_timescaledb_internal._hyper_1_10_chunk', 'conditions_device_id_time_idx');

I tried executing this command and got: "ERROR: relation "my_chunk_index" does not exist." Adding index schema to the index and command works fine. So sample should be changed to:
SELECT reorder_chunk('_timescaledb_internal._hyper_1_10_chunk', '_timescaledb_internal.conditions_device_id_time_idx');

I have tested this on:

  • Red Hat 8.9
  • PostgreSQL v15.6
  • TimescaleDB v2.14.2
@igor2x igor2x added bug Something isn't working documentation Improvements or additions to documentation labels Mar 26, 2024
@billy-the-fish billy-the-fish self-assigned this Mar 26, 2024
@billy-the-fish billy-the-fish linked a pull request Apr 16, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants